Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate config brancher by auto-config-brancher job at Wed, 05 Feb 2020 11:17:46 UTC #7024

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
config-brancher --current-release 4.4 --future-release 4.5,4.6
  • Loading branch information
openshift-bot authored and ci-robot committed Feb 5, 2020
commit fc31703cb99f8817c92e5718871c38a0057f1246
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ base_images:
tag: base
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.12
project_image:
dockerfile_path: images/ci/Dockerfile.build.root
images:
- dockerfile_path: images/ci/Dockerfile
from: base
to: cluster-resource-override-admission-operator
- dockerfile_path: images/operator-registry/Dockerfile.registry.ci
from: base
to: cluster-resource-override-admission-operator-registry
promotion:
disabled: true
name: "4.4"
Expand Down Expand Up @@ -48,3 +49,7 @@ tests:
commands: make e2e-ci
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws-olm
commands: make e2e-olm-ci
openshift_installer_src:
cluster_profile: aws
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ base_images:
tag: base
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.12
project_image:
dockerfile_path: images/ci/Dockerfile.build.root
images:
- dockerfile_path: images/ci/Dockerfile
from: base
to: cluster-resource-override-admission-operator
- dockerfile_path: images/operator-registry/Dockerfile.registry.ci
from: base
to: cluster-resource-override-admission-operator-registry
promotion:
name: "4.5"
namespace: ocp
Expand Down Expand Up @@ -47,3 +48,7 @@ tests:
commands: make e2e-ci
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws-olm
commands: make e2e-olm-ci
openshift_installer_src:
cluster_profile: aws
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ base_images:
tag: base
binary_build_commands: make build --warn-undefined-variables
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.12
project_image:
dockerfile_path: images/ci/Dockerfile.build.root
images:
- dockerfile_path: images/ci/Dockerfile
from: base
to: cluster-resource-override-admission-operator
- dockerfile_path: images/operator-registry/Dockerfile.registry.ci
from: base
to: cluster-resource-override-admission-operator-registry
promotion:
name: "4.6"
namespace: ocp
Expand Down Expand Up @@ -47,3 +48,7 @@ tests:
commands: make e2e-ci
openshift_installer_src:
cluster_profile: aws
- as: e2e-aws-olm
commands: make e2e-olm-ci
openshift_installer_src:
cluster_profile: aws
5 changes: 5 additions & 0 deletions ci-operator/config/openshift/oc/openshift-oc-release-4.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ tests:
make verify -k --warn-undefined-variables
container:
from: bin
- as: verify-deps
commands: |
make verify-deps -k --warn-undefined-variables
container:
from: src
- artifact_dir: /tmp/artifacts
as: unit
commands: |
Expand Down
5 changes: 5 additions & 0 deletions ci-operator/config/openshift/oc/openshift-oc-release-4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ tests:
make verify -k --warn-undefined-variables
container:
from: bin
- as: verify-deps
commands: |
make verify-deps -k --warn-undefined-variables
container:
from: src
- artifact_dir: /tmp/artifacts
as: unit
commands: |
Expand Down
5 changes: 5 additions & 0 deletions ci-operator/config/openshift/oc/openshift-oc-release-4.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ tests:
make verify -k --warn-undefined-variables
container:
from: bin
- as: verify-deps
commands: |
make verify-deps -k --warn-undefined-variables
container:
from: src
- artifact_dir: /tmp/artifacts
as: unit
commands: |
Expand Down