ci: remove allgood checks

This commit is contained in:
Zaiming (Stone) Shi 2022-12-09 09:24:14 +01:00
parent 316505b314
commit 84824c374f
4 changed files with 0 additions and 51 deletions

View File

@ -175,17 +175,3 @@ jobs:
- name: Run spellcheck - name: Run spellcheck
run: | run: |
bash /tmp/scripts/spellcheck/spellcheck.sh /tmp/_build/${{ matrix.profile }}/lib/emqx_dashboard/priv/www/static/schema.json 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) }}

View File

@ -76,15 +76,3 @@ jobs:
with: with:
name: logs name: logs
path: apps/emqx/_build/test/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) }}

View File

@ -547,14 +547,3 @@ jobs:
- uses: geekyeggo/delete-artifact@v2 - uses: geekyeggo/delete-artifact@v2
with: with:
name: emqx.tar 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) }}

View File

@ -273,17 +273,3 @@ jobs:
curl -v -k https://coveralls.io/webhook \ curl -v -k https://coveralls.io/webhook \
--header "Content-Type: application/json" \ --header "Content-Type: application/json" \
--data "{\"repo_name\":\"$GITHUB_REPOSITORY\",\"repo_token\":\"$GITHUB_TOKEN\",\"payload\":{\"build_num\":$GITHUB_RUN_ID,\"status\":\"done\"}}" || true --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) }}