Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: origin
tag: base
ocp_builder_rhel-7-golang-1.13:
name: builder
namespace: ocp
tag: rhel-7-golang-1.13
ocp_builder_rhel-8-golang-1.15-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.6
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.7
ocp_builder_rhel-8-golang-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-openshift-4.6
openshift_release_golang-1.13:
name: release
namespace: openshift
Expand All @@ -20,20 +32,20 @@ images:
- dockerfile_path: Dockerfile.okd
from: base
inputs:
openshift_release_golang-1.13:
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
as:
- registry.svc.ci.openshift.org/openshift/release:golang-1.13
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
to: cluster-samples-operator
promotion:
name: "4.7"
name: "4.8"
namespace: origin
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tag_specification:
name: "4.7"
name: "4.8"
namespace: origin
tests:
- artifact_dir: /tmp/artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ images:
- dockerfile_path: Dockerfile.okd
from: base
inputs:
openshift_release_golang-1.13:
ocp_builder_rhel-8-golang-1.15-openshift-4.6:
as:
- registry.svc.ci.openshift.org/openshift/release:golang-1.13
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6
to: cluster-samples-operator
promotion:
name: "4.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ images:
- dockerfile_path: Dockerfile.okd
from: base
inputs:
openshift_release_golang-1.13:
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
as:
- registry.svc.ci.openshift.org/openshift/release:golang-1.13
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
to: cluster-samples-operator
promotion:
disabled: true
name: "4.7"
namespace: origin
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
base_images:
base:
name: "4.8"
namespace: origin
tag: base
ocp_builder_rhel-7-golang-1.13:
name: builder
namespace: ocp
tag: rhel-7-golang-1.13
ocp_builder_rhel-8-golang-1.15-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.6
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.7
ocp_builder_rhel-8-golang-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-openshift-4.6
openshift_release_golang-1.13:
name: release
namespace: openshift
tag: golang-1.13
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.13
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be 1.15?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using the same tags as in openshift-cluster-samples-operator-release-4.8.yaml here

images:
- dockerfile_path: Dockerfile.okd
from: base
inputs:
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
to: cluster-samples-operator
promotion:
disabled: true
name: "4.8"
namespace: origin
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tag_specification:
name: "4.8"
namespace: origin
tests:
- artifact_dir: /tmp/artifacts
as: unit
commands: make test-unit
container:
from: src
- artifact_dir: /tmp/artifacts
as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- artifact_dir: /tmp/artifacts
as: e2e-aws-operator
steps:
cluster_profile: aws
test:
- as: test
cli: latest
commands: make test-e2e-okd
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- artifact_dir: /tmp/artifacts
as: e2e-aws-builds
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-builds
- artifact_dir: /tmp/artifacts
as: e2e-aws-jenkins
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-jenkins
- artifact_dir: /tmp/artifacts
as: e2e-aws-image-ecosystem
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-image-ecosystem
- artifact_dir: /tmp/artifacts
as: e2e-aws-upgrade
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
zz_generated_metadata:
branch: release-4.8
org: openshift
repo: cluster-samples-operator
variant: okd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_images:
base:
name: "4.7"
name: "4.8"
namespace: origin
tag: base
dev-scripts:
Expand Down Expand Up @@ -32,16 +32,13 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8
to: machine-config-operator
promotion:
name: "4.7"
namespace: origin
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tag_specification:
name: "4.7"
name: "4.8"
namespace: origin
tests:
- artifact_dir: /tmp/artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6
to: machine-config-operator
promotion:
name: "4.6"
namespace: origin
resources:
'*':
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ images:
as:
- registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
to: machine-config-operator
promotion:
disabled: true
name: "4.7"
namespace: origin
resources:
'*':
requests:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
base_images:
base:
name: "4.8"
namespace: origin
tag: base
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
ocp_builder_golang-1.15:
name: builder
namespace: ocp
tag: golang-1.15
ocp_builder_rhel-8-golang-1.15-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.6
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
name: builder
namespace: ocp
tag: rhel-8-golang-1.15-openshift-4.7
ocp_builder_rhel-8-golang-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-openshift-4.6
openshift_release_golang-1.15:
name: release
namespace: openshift
tag: golang-1.15
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.15
images:
- dockerfile_path: Dockerfile.rhel7
from: base
inputs:
ocp_builder_rhel-8-golang-1.15-openshift-4.7:
as:
- registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7
to: machine-config-operator
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tag_specification:
name: "4.8"
namespace: origin
tests:
- artifact_dir: /tmp/artifacts
as: e2e-aws
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- artifact_dir: /tmp/artifacts
as: e2e-gcp-op
steps:
cluster_profile: gcp
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ipi-gcp
- artifact_dir: /tmp/artifacts
as: e2e-upgrade
steps:
cluster_profile: gcp
workflow: openshift-upgrade-gcp
- artifact_dir: /tmp/artifacts
as: e2e-vsphere
steps:
cluster_profile: vsphere
workflow: openshift-e2e-vsphere
zz_generated_metadata:
branch: release-4.8
org: openshift
repo: machine-config-operator
variant: okd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base_images:
namespace: ocp
tag: rhel-8-golang-openshift-4.6
tools:
name: "4.6"
name: "4.8"
namespace: ocp
tag: tools
binary_build_commands: make build
Expand All @@ -35,7 +35,7 @@ resources:
cpu: "3"
memory: 8Gi
tag_specification:
name: "4.6"
name: "4.8"
namespace: origin
tests:
- artifact_dir: /tmp/artifacts
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
latest:
candidate:
product: okd
stream: okd
version: "4.7"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- artifact_dir: /tmp/artifacts
as: e2e-aws
interval: 48h
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: master
org: openshift
repo: release
variant: okd-4.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
releases:
latest:
candidate:
product: okd
stream: okd
version: "4.8"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- artifact_dir: /tmp/artifacts
as: e2e-aws
interval: 48h
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: master
org: openshift
repo: release
variant: okd-4.8
Loading