Skip to content

Commit

Permalink
CI:Set fail-fast to false and change s390x/ppc64le job name
Browse files Browse the repository at this point in the history
Signed-off-by: mdafsanhossain <[email protected]>
  • Loading branch information
mdafsanhossain authored and poiana committed Nov 29, 2023
1 parent d20a314 commit 9677b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,15 @@ jobs:
cd build
sudo ./test/drivers/drivers_test -k
build-libs-s390x-ppc64le:
name: build-libs-${{ matrix.arch }} 😁 (system_deps)
build-drivers-s390x-ppc64le:
name: build-drivers-${{ matrix.arch }} 😁 (system_deps)
runs-on: ubuntu-22.04
needs: paths-filter
if: needs.paths-filter.outputs.driver_changed == 'true' || needs.paths-filter.outputs.libscap_changed == 'true'
strategy:
matrix:
arch: [s390x, ppc64le]
fail-fast: false
env:
PLATFORM: ${{ matrix.arch == 'ppc64le' && 'powerpc64le' || 's390x' }}
steps:
Expand Down

0 comments on commit 9677b66

Please sign in to comment.