Commit 2a8b310
committed
Wait for debug build before triggering child pipeline
* Wait for debug build before triggering child pipeline
Commit 0c6997a moved linux-x86_64 debug build into the parent
pipeline so it runs on every MR, but the trigger debug build and test
job kept its `needs: []`. Once the child pipeline started, its jobs
referenced `pipeline: $PARENT_PIPELINE_ID, job: linux-x86_64 debug
build` and failed with "could not retrieve the needed artifacts" if
the parent build had not yet finished.
Add the explicit dependency so the trigger waits, mirroring the
working `trigger cuda 13 pipeline` pattern.
Signed-off-by: Eric Shi <ershi@nvidia.com>
Approved-by: Eric Shi <ershi@nvidia.com>
See merge request omniverse/warp!23061 parent 1d1e18d commit 2a8b310
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
| 775 | + | |
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
| |||
0 commit comments