Skip to content
Merged
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 @@ -75,14 +75,15 @@ tests:
test:
- chain: hypershift-openstack-e2e
workflow: hypershift-aws-e2e-external
- as: e2e-techpreview
- as: e2e-openstack-capi-techpreview
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: openstack-vexxhost
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- as: test
commands: make -C openshift e2e
commands: openshift/e2e-tests.sh
from: src
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@ tests:
test:
- chain: hypershift-openstack-e2e
workflow: hypershift-aws-e2e-external
- as: e2e-techpreview
- as: e2e-openstack-capi-techpreview
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: openstack-vexxhost
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- as: test
commands: make -C openshift e2e
commands: openshift/e2e-tests.sh
from: src
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,22 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-hypershift,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^main$
- ^main-
cluster: build10
context: ci/prow/e2e-techpreview
context: ci/prow/e2e-openstack-capi-techpreview
decorate: true
labels:
ci-operator.openshift.io/cloud: openstack-vexxhost
ci-operator.openshift.io/cloud-cluster-profile: openstack-vexxhost
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-api-provider-openstack-main-e2e-techpreview
name: pull-ci-openshift-cluster-api-provider-openstack-main-e2e-openstack-capi-techpreview
path_alias: sigs.k8s.io/cluster-api-provider-openstack
rerun_command: /test e2e-techpreview
rerun_command: /test e2e-openstack-capi-techpreview
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand All @@ -97,7 +98,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-techpreview
- --target=e2e-openstack-capi-techpreview
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -145,7 +146,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-techpreview,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-openstack-capi-techpreview,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,22 @@ presubmits:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-hypershift,?($|\s.*)
- agent: kubernetes
always_run: true
always_run: false
branches:
- ^release-4\.22$
- ^release-4\.22-
cluster: build11
context: ci/prow/e2e-techpreview
context: ci/prow/e2e-openstack-capi-techpreview
decorate: true
labels:
ci-operator.openshift.io/cloud: openstack-vexxhost
ci-operator.openshift.io/cloud-cluster-profile: openstack-vexxhost
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-api-provider-openstack-release-4.22-e2e-techpreview
name: pull-ci-openshift-cluster-api-provider-openstack-release-4.22-e2e-openstack-capi-techpreview
path_alias: sigs.k8s.io/cluster-api-provider-openstack
rerun_command: /test e2e-techpreview
rerun_command: /test e2e-openstack-capi-techpreview
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
spec:
containers:
- args:
Expand All @@ -97,7 +98,7 @@ presubmits:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-techpreview
- --target=e2e-openstack-capi-techpreview
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -145,7 +146,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )e2e-techpreview,?($|\s.*)
trigger: (?m)^/test( | .* )e2e-openstack-capi-techpreview,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down