Created
March 3, 2020 11:12
-
-
Save mfojtik/8182ee4581d342ee6cf35963c05c898b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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