Commit bb4dab5
fix(ci): run perf tests only after E2E passes (microsoft#2185)
# Description
Currently `perf-test-basic` and `perf-test-advanced` in `images.yaml`
run in parallel with the `e2e` job. If E2E is already failing, both perf
jobs still spin up AKS clusters, wasting ~2 hours of compute and 2
additional resource groups.
This adds `e2e` to the `needs` list for both perf jobs so they only run
after E2E passes.
## Related Issue
N/A
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.
## Screenshots (if applicable) or Testing Completed
Workflow-only change. Verified YAML syntax is correct.
## Additional Notes
N/A
Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>1 parent 08610cb commit bb4dab5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments