Skip to content

Commit fbc0337

Browse files
authored
Update workflow for workload discovery integration tests (#1916)
1 parent 0412662 commit fbc0337

File tree

2 files changed

+418
-0
lines changed

2 files changed

+418
-0
lines changed

.github/workflows/build-test-artifacts.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,12 @@ jobs:
139139
- 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 }}
140140
env:
141141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142+
143+
StartWorkloadDiscoveryIntegrationTests:
144+
needs: [ BuildAndUploadPackages, BuildDocker ]
145+
if: ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
146+
runs-on: ubuntu-latest
147+
steps:
148+
- run: gh workflow run wd-integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
149+
env:
150+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)