@@ -1475,7 +1475,7 @@ buildvariants:
1475
1475
run_on :
1476
1476
- rhel9-power-small
1477
1477
- rhel9-power-large
1478
- allowed_requesters : [ "patch", "github_tag" ]
1478
+ allowed_requesters : [ "patch", "github_tag" , "commit" ]
1479
1479
depends_on :
1480
1480
- name : build_operator_ubi
1481
1481
variant : init_test_run
@@ -1498,7 +1498,7 @@ buildvariants:
1498
1498
run_on :
1499
1499
- rhel9-zseries-small
1500
1500
- rhel9-zseries-large
1501
- allowed_requesters : [ "patch", "github_tag" ]
1501
+ allowed_requesters : [ "patch", "github_tag", "commit" ]
1502
1502
depends_on :
1503
1503
- name : build_operator_ubi
1504
1504
variant : init_test_run
@@ -1520,7 +1520,7 @@ buildvariants:
1520
1520
tags : [ "e2e_test_suite", "e2e_smoke_release_test_suite" ]
1521
1521
run_on :
1522
1522
- ubuntu2204-arm64-large
1523
- allowed_requesters : [ "patch", "github_tag" ]
1523
+ allowed_requesters : [ "patch", "github_tag", "commit" ]
1524
1524
<< : *base_no_om_image_dependency
1525
1525
tasks :
1526
1526
- name : e2e_smoke_arm_task_group
@@ -1530,7 +1530,7 @@ buildvariants:
1530
1530
tags : [ "e2e_test_suite", "e2e_smoke_release_test_suite", "static" ]
1531
1531
run_on :
1532
1532
- ubuntu2204-arm64-large
1533
- allowed_requesters : [ "patch", "github_tag" ]
1533
+ allowed_requesters : [ "patch", "github_tag", "commit" ]
1534
1534
<< : *base_no_om_image_dependency
1535
1535
tasks :
1536
1536
- name : e2e_smoke_arm_task_group
@@ -1541,7 +1541,7 @@ buildvariants:
1541
1541
run_on :
1542
1542
- rhel9-zseries-small
1543
1543
- rhel9-zseries-large
1544
- allowed_requesters : [ "patch", "github_tag" ]
1544
+ allowed_requesters : [ "patch", "github_tag", "commit" ]
1545
1545
depends_on :
1546
1546
- name : build_operator_ubi
1547
1547
variant : init_test_run
@@ -1564,7 +1564,7 @@ buildvariants:
1564
1564
run_on :
1565
1565
- rhel9-power-small
1566
1566
- rhel9-power-large
1567
- allowed_requesters : [ "patch", "github_tag" ]
1567
+ allowed_requesters : [ "patch", "github_tag", "commit" ]
1568
1568
depends_on :
1569
1569
- name : build_operator_ubi
1570
1570
variant : init_test_run
0 commit comments