Skip to content

Commit 1d47cbf

Browse files
committed
add commit to smoke tests to ensure they run on master merges
1 parent abf07d3 commit 1d47cbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.evergreen.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ buildvariants:
14751475
run_on:
14761476
- rhel9-power-small
14771477
- rhel9-power-large
1478-
allowed_requesters: [ "patch", "github_tag" ]
1478+
allowed_requesters: [ "patch", "github_tag" , "commit"]
14791479
depends_on:
14801480
- name: build_operator_ubi
14811481
variant: init_test_run
@@ -1498,7 +1498,7 @@ buildvariants:
14981498
run_on:
14991499
- rhel9-zseries-small
15001500
- rhel9-zseries-large
1501-
allowed_requesters: [ "patch", "github_tag" ]
1501+
allowed_requesters: [ "patch", "github_tag", "commit"]
15021502
depends_on:
15031503
- name: build_operator_ubi
15041504
variant: init_test_run
@@ -1520,7 +1520,7 @@ buildvariants:
15201520
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
15211521
run_on:
15221522
- ubuntu2204-arm64-large
1523-
allowed_requesters: [ "patch", "github_tag" ]
1523+
allowed_requesters: [ "patch", "github_tag", "commit"]
15241524
<<: *base_no_om_image_dependency
15251525
tasks:
15261526
- name: e2e_smoke_arm_task_group
@@ -1530,7 +1530,7 @@ buildvariants:
15301530
tags: [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
15311531
run_on:
15321532
- ubuntu2204-arm64-large
1533-
allowed_requesters: [ "patch", "github_tag" ]
1533+
allowed_requesters: [ "patch", "github_tag", "commit"]
15341534
<<: *base_no_om_image_dependency
15351535
tasks:
15361536
- name: e2e_smoke_arm_task_group
@@ -1541,7 +1541,7 @@ buildvariants:
15411541
run_on:
15421542
- rhel9-zseries-small
15431543
- rhel9-zseries-large
1544-
allowed_requesters: [ "patch", "github_tag" ]
1544+
allowed_requesters: [ "patch", "github_tag", "commit"]
15451545
depends_on:
15461546
- name: build_operator_ubi
15471547
variant: init_test_run
@@ -1564,7 +1564,7 @@ buildvariants:
15641564
run_on:
15651565
- rhel9-power-small
15661566
- rhel9-power-large
1567-
allowed_requesters: [ "patch", "github_tag" ]
1567+
allowed_requesters: [ "patch", "github_tag", "commit"]
15681568
depends_on:
15691569
- name: build_operator_ubi
15701570
variant: init_test_run

0 commit comments

Comments
 (0)