Skip to content

Commit

Permalink
HyperShift: test none-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangquanLi930 committed Feb 9, 2025
1 parent a0993a9 commit cb91290
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-aws-ovn-conformance
- as: e2e-aws-ovn-conformance2
cron: 0 4 * * *
steps:
cluster_profile: aws
env:
EXTRA_ARGS: --multi-arch=false
MCE_VERSION: "2.7"
workflow: hypershift-mce-aws-conformance
- as: e2e-agent-connected-ovn-ipv4-manual-conformance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ tests:
steps:
cluster_profile: aws
env:
EXTRA_ARGS: --multi-arch=false
MCE_VERSION: "2.8"
workflow: hypershift-mce-aws-conformance
- as: e2e-agent-connected-ovn-ipv4-manual-conformance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ periodics:
ci.openshift.io/generator: prowgen
job-release: "4.17"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hypershift-release-4.17-periodics-mce-e2e-aws-ovn-conformance
name: periodic-ci-openshift-hypershift-release-4.17-periodics-mce-e2e-aws-ovn-conformance2
spec:
containers:
- args:
Expand All @@ -1525,7 +1525,7 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=e2e-aws-ovn-conformance
- --target=e2e-aws-ovn-conformance2
- --variant=periodics-mce
command:
- ci-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflow:
allow_best_effort_post_steps: true
allow_skip_on_success: true
post:
- ref: wait
- chain: hypershift-mce-agent-destroy
- chain: baremetalds-ipi-post
test:
Expand All @@ -18,7 +19,6 @@ workflow:
- ref: enable-qe-catalogsource
- chain: hypershift-mce-agent-lvm
- ref: hypershift-mce-install
- chain: hypershift-mce-agent-metal3-create
env:
TEST_SKIPS: >-
etcd leader changes are not excessive\|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ workflow:
ZONES_COUNT: "3"
TEST_SKIPS: etcd leader changes are not excessive
post:
- ref: wait
- ref: hypershift-mce-dump
- chain: hypershift-mce-aws-destroy
- chain: ipi-aws-post
Expand All @@ -15,4 +16,4 @@ workflow:
pre:
- chain: ipi-aws-pre
- ref: hypershift-mce-install
- chain: hypershift-mce-aws-create
# - chain: hypershift-mce-aws-create

0 comments on commit cb91290

Please sign in to comment.