Просмотр исходного кода

Merge pull request #9516 from emqx/1209-remove-allgood-checks-in-ci

ci: remove allgood checks
Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
061fe144b8

+ 0 - 14
.github/workflows/build_slim_packages.yaml

@@ -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) }}

+ 0 - 12
.github/workflows/run_emqx_app_tests.yaml

@@ -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) }}

+ 0 - 11
.github/workflows/run_jmeter_tests.yaml

@@ -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) }}