Skip to content

Commit

Permalink
[ci] disable fail fast behaviour for ci workflows (#6052)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahadzaryab1 authored Oct 5, 2024
1 parent 36291a7 commit b4763f0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
needs: generate-matrix
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
name: build-binaries-${{ matrix.os }}-${{ matrix.arch }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-docker-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
all-in-one:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jaeger_version: [v1, v2]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-badger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
badger:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [v1, v2]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cassandra:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jaeger-version: [v1, v2]
version:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
grpc:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [v1, v2]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
kafka:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jaeger-version: [v1, v2] # Adjust if there are specific versions of Jaeger
name: Kafka Integration Tests ${{ matrix.jaeger-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e-spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
spm:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
mode:
- name: v1
Expand Down

0 comments on commit b4763f0

Please sign in to comment.