Skip to content

Commit

Permalink
Upgrade OCP levels for CI tests (openshift#57623)
Browse files Browse the repository at this point in the history
* Upgrade OCP levels for CI tests

* add reporter_config for slack alerts for 4.15

* override changes made by make jobs

* replace by the  generated job
  • Loading branch information
josephca authored and josecastillolema committed Oct 15, 2024
1 parent 898a00c commit 6a784b0
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build_root:
project_image:
dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16
RUN yum -y install make wget gcc git httpd-tools
images:
- context_dir: .ibm/images
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build_root:
project_image:
dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16
RUN yum -y install make wget gcc git httpd-tools
images:
- context_dir: .ibm/images
Expand Down Expand Up @@ -35,18 +35,18 @@ tests:
steps:
test:
- ref: janus-idp-backstage-showcase-nightly
- as: e2e-tests-nightly-ocp-v4-14
- as: e2e-tests-nightly-ocp-v4-15
cron: 0 2 * * *
steps:
env:
OC_CLIENT_VERSION: stable-4.14
OC_CLIENT_VERSION: stable-4.15
test:
- ref: janus-idp-backstage-showcase-nightly
- as: e2e-tests-nightly-ocp-v4-13
- as: e2e-tests-nightly-ocp-v4-14
cron: 0 3 * * *
steps:
env:
OC_CLIENT_VERSION: stable-4.13
OC_CLIENT_VERSION: stable-4.14
test:
- ref: janus-idp-backstage-showcase-nightly
- as: e2e-tests-nightly-aks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build_root:
project_image:
dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.16
RUN yum -y install make wget gcc git httpd-tools
images:
- context_dir: .ibm/images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ periodics:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-13
name: periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14
reporter_config:
slack:
channel: '#rhdh-e2e-test-alerts'
Expand All @@ -168,9 +168,9 @@ periodics:
- error
report_template: '{{if eq .Status.State "success"}} :done-circle-check: {{else}}<!subteam^S07BMJ56R8S>
:failed: {{end}} Job *`{{.Spec.Job}}`* ended with *{{.Status.State}}*. Open
Report: <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-13/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-13/janus-idp-backstage-showcase-nightly/artifacts/showcase-ci-nightly/index.html|nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-13/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-13/janus-idp-backstage-showcase-nightly/artifacts/showcase-rbac-nightly/index.html|rbac-nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-13/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-13/janus-idp-backstage-showcase-nightly/artifacts/|Open
Report: <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/showcase-ci-nightly/index.html|nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/showcase-rbac-nightly/index.html|rbac-nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/|Open
artifacts> | <{{.Status.URL}}|View logs>'
spec:
containers:
Expand All @@ -179,7 +179,7 @@ periodics:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-tests-nightly-ocp-v4-13
- --target=e2e-tests-nightly-ocp-v4-14
command:
- ci-operator
image: ci-operator:latest
Expand Down Expand Up @@ -231,7 +231,7 @@ periodics:
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14
name: periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-15
reporter_config:
slack:
channel: '#rhdh-e2e-test-alerts'
Expand All @@ -241,9 +241,9 @@ periodics:
- error
report_template: '{{if eq .Status.State "success"}} :done-circle-check: {{else}}<!subteam^S07BMJ56R8S>
:failed: {{end}} Job *`{{.Spec.Job}}`* ended with *{{.Status.State}}*. Open
Report: <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/showcase-ci-nightly/index.html|nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/showcase-rbac-nightly/index.html|rbac-nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-14/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-14/janus-idp-backstage-showcase-nightly/artifacts/|Open
Report: <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-15/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-15/janus-idp-backstage-showcase-nightly/artifacts/showcase-ci-nightly/index.html|nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-15/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-15/janus-idp-backstage-showcase-nightly/artifacts/showcase-rbac-nightly/index.html|rbac-nightly>
| <https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-janus-idp-backstage-showcase-main-e2e-tests-nightly-ocp-v4-15/{{.Status.BuildID}}/artifacts/e2e-tests-nightly-ocp-v4-15/janus-idp-backstage-showcase-nightly/artifacts/|Open
artifacts> | <{{.Status.URL}}|View logs>'
spec:
containers:
Expand All @@ -252,7 +252,7 @@ periodics:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-tests-nightly-ocp-v4-14
- --target=e2e-tests-nightly-ocp-v4-15
command:
- ci-operator
image: ci-operator:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ref:
cli: latest
commands: "janus-idp-backstage-showcase-helm-aks-nightly-commands.sh"
credentials:
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
env:
- name: OC_CLIENT_VERSION
default: stable-4.14
- name: OC_CLIENT_VERSION
default: stable-4.16
from: showcase-e2e-runner
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ref:
cli: latest
commands: "janus-idp-backstage-showcase-nightly-commands.sh"
credentials:
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
env:
- name: OC_CLIENT_VERSION
default: stable-4.14
- name: OC_CLIENT_VERSION
default: stable-4.16
from: showcase-e2e-runner
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ref:
cli: latest
commands: "janus-idp-backstage-showcase-release-1.3-nightly-commands.sh"
credentials:
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
- mount_path: /tmp/secrets
name: rhdh
namespace: test-credentials
env:
- name: OC_CLIENT_VERSION
default: stable-4.14
- name: OC_CLIENT_VERSION
default: stable-4.16
from: showcase-e2e-runner
resources:
limits:
Expand Down

0 comments on commit 6a784b0

Please sign in to comment.