ci: remove allgood checks
This commit is contained in:
parent
316505b314
commit
84824c374f
|
@ -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) }}
|
||||
|
|
|
@ -273,17 +273,3 @@ jobs:
|
|||
curl -v -k https://coveralls.io/webhook \
|
||||
--header "Content-Type: application/json" \
|
||||
--data "{\"repo_name\":\"$GITHUB_REPOSITORY\",\"repo_token\":\"$GITHUB_TOKEN\",\"payload\":{\"build_num\":$GITHUB_RUN_ID,\"status\":\"done\"}}" || true
|
||||
|
||||
allgood_functional_tests:
|
||||
runs-on: ubuntu-20.04
|
||||
needs:
|
||||
- eunit_and_proper
|
||||
- ct_docker
|
||||
- ct
|
||||
steps:
|
||||
- name: Check if all functional tests succeeded
|
||||
uses: re-actors/alls-green@release/v1
|
||||
with:
|
||||
#allowed-failures:
|
||||
#allowed-skips:
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
Loading…
Reference in New Issue