Skip to content

Commit

Permalink
add gating for aarch64 (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge authored Sep 12, 2023
1 parent 5261a19 commit 17756ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bridge/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}
1 change: 1 addition & 0 deletions drain-cleaner/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}
1 change: 1 addition & 0 deletions kafka/kafka-3.4.0/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}
1 change: 1 addition & 0 deletions kafka/kafka-3.5.0/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}
1 change: 1 addition & 0 deletions operator-metadata/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}
1 change: 1 addition & 0 deletions operator/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.x86_64}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.ppc64le}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.s390x}
- !PassingTestCaseRule {test_case_name: amq-streams.systemtest.aarch64}

0 comments on commit 17756ba

Please sign in to comment.