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,17 +1,17 @@
base_images:
cli:
name: "4.15"
name: "4.21"
namespace: ocp
tag: cli
operator-sdk:
name: "4.15"
name: "4.18"
namespace: origin
tag: operator-sdk
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.22-openshift-4.17
tag: rhel-9-release-golang-1.24-openshift-4.20
images:
- context_dir: .
dockerfile_path: build/Dockerfile
Expand All @@ -38,7 +38,7 @@ releases:
candidate:
product: ocp
stream: nightly
version: "4.15"
version: "4.21"
resources:
'*':
requests:
Expand All @@ -54,7 +54,7 @@ tests:
owner: obs
product: ocp
timeout: 3h0m0s
version: "4.15"
version: "4.21"
steps:
test:
- as: install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ postsubmits:
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
job-release: "4.15"
job-release: "4.21"
max_concurrency: 1
name: branch-ci-rhobs-observability-operator-main-images
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.15"
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-rhobs-observability-operator-main-ci-index-observability-bundle
rerun_command: /test ci-index-observability-bundle
Expand Down Expand Up @@ -68,7 +68,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.15"
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-rhobs-observability-operator-main-images
rerun_command: /test images
Expand Down Expand Up @@ -124,7 +124,7 @@ presubmits:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.15"
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-rhobs-observability-operator-main-observability-operator-e2e
rerun_command: /test observability-operator-e2e
Expand Down