Skip to content

Instantly share code, notes, and snippets.

@mfojtik
Created March 3, 2020 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfojtik/8182ee4581d342ee6cf35963c05c898b to your computer and use it in GitHub Desktop.
Save mfojtik/8182ee4581d342ee6cf35963c05c898b to your computer and use it in GitHub Desktop.
base_images:
base:
cluster: https://api.ci.openshift.org
name: "4.4"
namespace: ocp
tag: base
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
cluster: https://api.ci.openshift.org
name: release
namespace: openshift
tag: golang-1.13
images:
- dockerfile_path: Dockerfile.rhel7
from: base
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.13
paths: null
to: oauth-proxy
promotion:
tag: "4.4-imagestream-1"
namespace: ocp
resources:
'*':
limits: {}
requests:
cpu: 100m
memory: 200Mi
tag_specification:
cluster: https://api.ci.openshift.org
name: "imagestream-oauth-proxy"
namespace: ocp
tests:
- as: e2e-aws
commands: TEST_SUITE=openshift/conformance/parallel run-tests
openshift_installer:
cluster_profile: aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment