@@ -99,20 +99,20 @@ jobs:
9999 Bucket : ${{ vars.S3_INTEGRATION_BUCKET_CN }}
100100
101101 StartIntegrationTests :
102- needs : [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
102+ needs : [ BuildDocker ]
103103 if : ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
104104 runs-on : ubuntu-latest
105105 steps :
106106 - run : gh workflow run integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
107107 env :
108108 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109109
110- StartApplicationSignalsE2ETests :
111- needs : [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
112- # Workflow only runs against main
113- if : ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
114- runs-on : ubuntu-latest
115- steps :
116- - run : gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
117- env :
118- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110+ # StartApplicationSignalsE2ETests:
111+ # needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
112+ # # Workflow only runs against main
113+ # if: ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
114+ # runs-on: ubuntu-latest
115+ # steps:
116+ # - run: gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
117+ # env:
118+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments