Skip to content

Commit

Permalink
ci: remove allgood checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Dec 9, 2022
1 parent 316505b commit 84824c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build_slim_packages.yaml
Expand Up @@ -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) }}
12 changes: 0 additions & 12 deletions .github/workflows/run_emqx_app_tests.yaml
Expand Up @@ -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) }}
11 changes: 0 additions & 11 deletions .github/workflows/run_jmeter_tests.yaml
Expand Up @@ -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) }}
14 changes: 0 additions & 14 deletions .github/workflows/run_test_cases.yaml
Expand Up @@ -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) }}

0 comments on commit 84824c3

Please sign in to comment.