Merge pull request #9516 from emqx/1209-remove-allgood-checks-in-ci
ci: remove allgood checks
This commit is contained in:
commit
061fe144b8
|
@ -175,17 +175,3 @@ jobs:
|
|||
- name: Run spellcheck
|
||||
run: |
|
||||
bash /tmp/scripts/spellcheck/spellcheck.sh /tmp/_build/${{ matrix.profile }}/lib/emqx_dashboard/priv/www/static/schema.json
|
||||
|
||||
allgood_packaging:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- linux
|
||||
- windows
|
||||
- mac
|
||||
steps:
|
||||
- name: Check if all packging builds succeeded
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
#allowed-failures:
|
||||
#allowed-skips:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
@ -76,15 +76,3 @@ jobs:
|
|||
with:
|
||||
name: logs
|
||||
path: apps/emqx/_build/test/logs
|
||||
|
||||
allgood_emqx_app_tests:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- run_emqx_app_tests
|
||||
steps:
|
||||
- name: Check if all emqx app tests succeeded
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
#allowed-failures:
|
||||
#allowed-skips:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
@ -547,14 +547,3 @@ jobs:
|
|||
- uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: emqx.tar
|
||||
|
||||
allgood_integration_tests:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [advanced_feat,pgsql_authn_authz,JWT_authn,mysql_authn_authz,built_in_database_authn_authz]
|
||||
steps:
|
||||
- name: Check if all integration tests succeeded
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
#allowed-failures:
|
||||
#allowed-skips:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
Loading…
Reference in New Issue