Skip to content

Commit b89ed66

Browse files
committed
test allowed-failures by job name
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 878ac4e commit b89ed66

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20-
2120
misc:
2221
uses: ./.github/workflows/misc.yml
23-
2422
lint:
2523
uses: ./.github/workflows/lint.yml
26-
2724
tests:
2825
uses: ./.github/workflows/test.yml
29-
3026
contrib:
3127
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
3228
with:
@@ -49,6 +45,6 @@ jobs:
4945
- name: Decide whether the needed jobs succeeded or failed
5046
uses: re-actors/alls-green@release/v1
5147
with:
52-
allowed-failures: ""
48+
allowed-failures: "misc / public-symbols-check"
5349
allowed-skips: ""
5450
jobs: ${{ toJSON(needs) }}

.github/workflows/templates/ci.yml.j2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20-
2120
misc:
2221
uses: ./.github/workflows/misc.yml
23-
2422
lint:
2523
uses: ./.github/workflows/lint.yml
26-
2724
tests:
2825
uses: ./.github/workflows/test.yml
29-
3026
contrib:
3127
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main
3228
with:
@@ -49,6 +45,6 @@ jobs:
4945
- name: Decide whether the needed jobs succeeded or failed
5046
uses: re-actors/alls-green@release/v1
5147
with:
52-
allowed-failures: ""
48+
allowed-failures: "misc / public-symbols-check"
5349
allowed-skips: ""
5450
jobs: ${% raw %}{{ toJSON(needs) }}{% endraw %}

0 commit comments

Comments
 (0)