Skip to content

Commit

Permalink
fix: remove linux/s390x smoke tests (fluent#8151)
Browse files Browse the repository at this point in the history
With s390x LUA plugin is disabled but smoke tests contain LUA filter so it leads to failure. PR removes the s390x from smoke tests matrix

Signed-off-by: Celalettin Calis <[email protected]>
  • Loading branch information
celalettin1286 authored and franciscovalentecastro committed Nov 27, 2023
1 parent 2f99059 commit 0c943fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false # verify all
matrix:
arch: [ linux/amd64, linux/arm64, linux/arm/v7, linux/s390x ]
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0c943fa

Please sign in to comment.