Skip to content

Commit e6e167f

Browse files
authored
CLOUDP-349096 - Disable multi-arch tests (#492)
# Summary Disabling the multi-arch test on master builds until staging is ready. ## Proof of Work Runing the following will return the error `cannot finalize patch with no tasks` ``` evergreen patch -p mongodb-kubernetes -v e2e_smoke_arm,e2e_static_smoke_arm,e2e_smoke_ibm_power,e2e_static_smoke_ibm_power,e2e_smoke_ibm_z,e2e_static_smoke_ibm_z -t all -y -f -u --browse ``` ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent 6611d46 commit e6e167f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.evergreen.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,9 @@ buildvariants:
13691369
- rhel9-power-small
13701370
- rhel9-power-large
13711371
allowed_requesters: [ "patch", "commit" ]
1372+
# TODO: Re-enable when staging is added to pipeline
1373+
# https://jira.mongodb.org/browse/CLOUDP-349096
1374+
disable: true
13721375
depends_on:
13731376
- name: build_operator_ubi
13741377
variant: init_test_run
@@ -1392,6 +1395,9 @@ buildvariants:
13921395
- rhel9-power-small
13931396
- rhel9-power-large
13941397
allowed_requesters: [ "patch", "commit" ]
1398+
# TODO: Re-enable when staging is added to pipeline
1399+
# https://jira.mongodb.org/browse/CLOUDP-349096
1400+
disable: true
13951401
depends_on:
13961402
- name: build_operator_ubi
13971403
variant: init_test_run
@@ -1415,6 +1421,9 @@ buildvariants:
14151421
- rhel9-zseries-small
14161422
- rhel9-zseries-large
14171423
allowed_requesters: [ "patch", "commit" ]
1424+
# TODO: Re-enable when staging is added to pipeline
1425+
# https://jira.mongodb.org/browse/CLOUDP-349096
1426+
disable: true
14181427
depends_on:
14191428
- name: build_operator_ubi
14201429
variant: init_test_run
@@ -1434,6 +1443,9 @@ buildvariants:
14341443
- name: e2e_static_smoke_ibm_z
14351444
display_name: e2e_static_smoke_ibm_z
14361445
tags: [ "staging", "e2e_smoke_test_suite", "static" ]
1446+
# TODO: Re-enable when staging is added to pipeline
1447+
# https://jira.mongodb.org/browse/CLOUDP-349096
1448+
disable: true
14371449
run_on:
14381450
- rhel9-zseries-small
14391451
- rhel9-zseries-large
@@ -1460,6 +1472,9 @@ buildvariants:
14601472
run_on:
14611473
- ubuntu2404-arm64-large
14621474
allowed_requesters: [ "patch", "commit" ]
1475+
# TODO: Re-enable when staging is added to pipeline
1476+
# https://jira.mongodb.org/browse/CLOUDP-349096
1477+
disable: true
14631478
<<: *base_no_om_image_dependency
14641479
tasks:
14651480
- name: e2e_smoke_arm_task_group
@@ -1470,6 +1485,9 @@ buildvariants:
14701485
run_on:
14711486
- ubuntu2404-arm64-large
14721487
allowed_requesters: [ "patch", "commit" ]
1488+
# TODO: Re-enable when staging is added to pipeline
1489+
# https://jira.mongodb.org/browse/CLOUDP-349096
1490+
disable: true
14731491
<<: *base_no_om_image_dependency
14741492
tasks:
14751493
- name: e2e_smoke_arm_task_group

0 commit comments

Comments
 (0)