diff --git a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-19-integration-tests.yaml b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-19-integration-tests.yaml index 067c853..1b390c2 100644 --- a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-19-integration-tests.yaml +++ b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-19-integration-tests.yaml @@ -16,7 +16,7 @@ spec: - name: gangway_api_url value: https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com - name: ocp_ci_job_name - value: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-baremetal-ipi-ovn-ipv4-f28-security-profiles + value: periodic-ci-openshift-openshift-tests-private-release-4.19-amd64-nightly-metal-ipi-ovn-ipv4-f28-security-profiles - name: index_image value: MULTISTAGE_PARAM_OVERRIDE_INDEX_IMAGE resolverRef: diff --git a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-20-integration-tests.yaml b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-20-integration-tests.yaml index 360c4d7..36f98e5 100644 --- a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-20-integration-tests.yaml +++ b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-20-integration-tests.yaml @@ -16,7 +16,7 @@ spec: - name: gangway_api_url value: https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com - name: ocp_ci_job_name - value: periodic-ci-openshift-openshift-tests-private-release-4.20-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-security-profiles + value: periodic-ci-openshift-openshift-tests-private-release-4.20-amd64-nightly-metal-ds-ipi-ovn-lvms-f14-security-profiles - name: index_image value: MULTISTAGE_PARAM_OVERRIDE_INDEX_IMAGE resolverRef: diff --git a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-21-integration-tests.yaml b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-21-integration-tests.yaml index c40ea0a..3b5b7a9 100644 --- a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-21-integration-tests.yaml +++ b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-21-integration-tests.yaml @@ -16,7 +16,7 @@ spec: - name: gangway_api_url value: https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com - name: ocp_ci_job_name - value: periodic-ci-openshift-openshift-tests-private-release-4.21-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-security-profiles + value: periodic-ci-openshift-openshift-tests-private-release-4.21-amd64-nightly-metal-ds-ipi-ovn-lvms-f28-security-profiles - name: index_image value: MULTISTAGE_PARAM_OVERRIDE_INDEX_IMAGE resolverRef: diff --git a/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-22-integration-tests.yaml b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-22-integration-tests.yaml new file mode 100644 index 0000000..81b5d61 --- /dev/null +++ b/.tekton/integration-tests/integration-test-scenarios/security-profiles-operator-fbc-4-22-integration-tests.yaml @@ -0,0 +1,31 @@ +--- +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + annotations: + test.appstudio.openshift.io/optional: "true" + name: security-profiles-operator-fbc-v4-22-e2e-tests + namespace: ocp-isc-tenant +spec: + application: security-profiles-operator-fbc-4-22 + contexts: + - description: execute the integration test when component security-profiles-operator-fbc-4-22 updates + state + name: component_security-profiles-operator-fbc-4-22 + params: + - name: gangway_api_url + value: https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com + - name: ocp_ci_job_name + value: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-metal-ds-ipi-ovn-lvms-f14-security-profiles + - name: index_image + value: MULTISTAGE_PARAM_OVERRIDE_INDEX_IMAGE + resolverRef: + params: + - name: url + value: https://github.com/openshift/security-profiles-operator-fbc.git + - name: revision + value: main + - name: pathInRepo + value: .tekton/integration-tests/pipelines/security-profiles-operator-fbc-e2e-test-trigger.yaml + resolver: git + resourceKind: pipeline \ No newline at end of file