Skip to content
Closed
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
13 changes: 13 additions & 0 deletions ci-operator/config/xtf-cz/xtf/OWNERS
Original file line number Diff line number Diff line change
@@ -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
34 changes: 34 additions & 0 deletions ci-operator/config/xtf-cz/xtf/xtf-cz-xtf-master.yaml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions ci-operator/jobs/xtf-cz/xtf/OWNERS
Original file line number Diff line number Diff line change
@@ -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
65 changes: 65 additions & 0 deletions ci-operator/jobs/xtf-cz/xtf/xtf-cz-xtf-master-presubmits.yaml
Original file line number Diff line number Diff line change
@@ -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.*)
24 changes: 24 additions & 0 deletions core-services/prow/02_config/_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
13 changes: 13 additions & 0 deletions core-services/prow/02_config/xtf-cz/xtf/OWNERS
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions core-services/prow/02_config/xtf-cz/xtf/_pluginconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plugins:
xtf-cz/xtf:
plugins:
- trigger