diff --git a/ci-operator/config/xtf-cz/xtf/OWNERS b/ci-operator/config/xtf-cz/xtf/OWNERS new file mode 100644 index 0000000000000..76bc51dc56b38 --- /dev/null +++ b/ci-operator/config/xtf-cz/xtf/OWNERS @@ -0,0 +1,13 @@ +# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. +# Fetched from https://github.com/xtf-cz/xtf root OWNERS +# If the repo had OWNERS_ALIASES then the aliases were expanded +# Logins who are not members of 'openshift' organization were filtered out +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: +- fabiobrz +- tommaso-borgato +options: {} +reviewers: +- fabiobrz +- tommaso-borgato diff --git a/ci-operator/config/xtf-cz/xtf/xtf-cz-xtf-master.yaml b/ci-operator/config/xtf-cz/xtf/xtf-cz-xtf-master.yaml new file mode 100644 index 0000000000000..ee6b1edcb9d4c --- /dev/null +++ b/ci-operator/config/xtf-cz/xtf/xtf-cz-xtf-master.yaml @@ -0,0 +1,34 @@ +build_root: + project_image: + dockerfile_path: .ci/openshift-ci/build-root/Dockerfile +resources: + '*': + limits: + memory: 4Gi + requests: + cpu: 100m + memory: 200Mi +tests: +- as: xtf-e2e + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.12" + steps: + test: + - as: xtf-build + commands: | + ls -la .ci/openshift-ci/build-root/ + /bin/bash .ci/openshift-ci/build-root/e2e-test.sh + from: src + resources: + requests: + cpu: 100m + workflow: generic-claim +zz_generated_metadata: + branch: main + org: xtf-cz + repo: xtf diff --git a/ci-operator/jobs/xtf-cz/xtf/OWNERS b/ci-operator/jobs/xtf-cz/xtf/OWNERS new file mode 100644 index 0000000000000..1a70f820b3e95 --- /dev/null +++ b/ci-operator/jobs/xtf-cz/xtf/OWNERS @@ -0,0 +1,13 @@ +# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. +# Fetched from https://github.com/xtf-cz/xt root OWNERS +# If the repo had OWNERS_ALIASES then the aliases were expanded +# Logins who are not members of 'openshift' organization were filtered out +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: +- fabiobrz +- tommaso-borgato +options: {} +reviewers: +- fabiobrz +- tommaso-borgato diff --git a/ci-operator/jobs/xtf-cz/xtf/xtf-cz-xtf-master-presubmits.yaml b/ci-operator/jobs/xtf-cz/xtf/xtf-cz-xtf-master-presubmits.yaml new file mode 100644 index 0000000000000..a49e603a9f919 --- /dev/null +++ b/ci-operator/jobs/xtf-cz/xtf/xtf-cz-xtf-master-presubmits.yaml @@ -0,0 +1,65 @@ +presubmits: + xtf-cz/xtf: + - agent: kubernetes + always_run: true + branches: + - ^master$ + - ^master- + cluster: build03 + context: ci/prow/xtf-e2e + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-xtf-cz-xtf-master-xtf-e2e + rerun_command: /test xtf-e2e + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=xtf-e2e + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )xtf-e2e,?($|\s.*) diff --git a/core-services/prow/02_config/_plugins.yaml b/core-services/prow/02_config/_plugins.yaml index 72263c2c09709..62b687590897c 100644 --- a/core-services/prow/02_config/_plugins.yaml +++ b/core-services/prow/02_config/_plugins.yaml @@ -832,6 +832,18 @@ config_updater: - ci gzip: true name: ci-operator-misc-configs + ci-operator/config/Intersmash/intersmash/Intersmash-intersmash-openshift-ci*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: ci-operator-misc-configs + ci-operator/config/xtf-cz/xtf/*openshift-ci.exp.yaml: + clusters: + app.ci: + - ci + gzip: true + name: ci-operator-misc-configs ci-operator/config/coreos/**/*-rhcos*.yaml: clusters: app.ci: @@ -1946,6 +1958,18 @@ config_updater: - ci gzip: true name: job-config-misc + ci-operator/jobs/Intersmash/intersmash/Intersmash-intersmash-openshift-ci*.yaml: + clusters: + app.ci: + - ci + gzip: true + name: job-config-misc + ci-operator/jobs/xtf-cz/xtf/*openshift-ci.exp.yaml: + clusters: + app.ci: + - ci + gzip: true + name: job-config-misc ci-operator/jobs/coreos/**/*-rhcos-*.yaml: clusters: app.ci: diff --git a/core-services/prow/02_config/xtf-cz/xtf/OWNERS b/core-services/prow/02_config/xtf-cz/xtf/OWNERS new file mode 100644 index 0000000000000..ec9a2b4f8f0ec --- /dev/null +++ b/core-services/prow/02_config/xtf-cz/xtf/OWNERS @@ -0,0 +1,13 @@ +# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools. +# Fetched from https://github.com/Intersmash/intersmash root OWNERS +# If the repo had OWNERS_ALIASES then the aliases were expanded +# Logins who are not members of 'openshift' organization were filtered out +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: +- fabiobrz +- tommaso-borgato +options: {} +reviewers: +- fabiobrz +- tommaso-borgato diff --git a/core-services/prow/02_config/xtf-cz/xtf/_pluginconfig.yaml b/core-services/prow/02_config/xtf-cz/xtf/_pluginconfig.yaml new file mode 100644 index 0000000000000..2a1ec8581fd9b --- /dev/null +++ b/core-services/prow/02_config/xtf-cz/xtf/_pluginconfig.yaml @@ -0,0 +1,4 @@ +plugins: + xtf-cz/xtf: + plugins: + - trigger