Skip to content
Open
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
Expand Up @@ -84,7 +84,7 @@ tests:
- ref: openshift-qe-rhoso-browbeat-run
- ref: openshift-qe-rhoso-browbeat-results-backup
- always_run: false
as: temp-test-telemetry
as: temp-test-rhoso
capabilities:
- intranet
restrict_network_access: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4816,7 +4816,7 @@ presubmits:
- ^main$
- ^main-
cluster: build11
context: ci/prow/metal-rhoso-x86-temp-test-telemetry
context: ci/prow/metal-rhoso-x86-temp-test-rhoso
decorate: true
decoration_config:
skip_cloning: true
Expand All @@ -4827,8 +4827,8 @@ presubmits:
ci-operator.openshift.io/variant: metal-rhoso-x86
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-x86-temp-test-telemetry
rerun_command: /test metal-rhoso-x86-temp-test-telemetry
name: pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-metal-rhoso-x86-temp-test-rhoso
rerun_command: /test metal-rhoso-x86-temp-test-rhoso
spec:
containers:
- args:
Expand All @@ -4837,7 +4837,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=temp-test-telemetry
- --target=temp-test-rhoso
- --variant=metal-rhoso-x86
command:
- ci-operator
Expand Down Expand Up @@ -4894,7 +4894,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )(metal-rhoso-x86-temp-test-telemetry|remaining-required),?($|\s.*)
trigger: (?m)^/test( | .* )(metal-rhoso-x86-temp-test-rhoso|remaining-required),?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down