Commit 2bc506d
authored
Make sure init tests are also skipped if the test should be skipped (#45099)
### What does this PR do?
Update the dynamic tests for init job, to make sure that they are skipped if the main test would be skipped.
Without that change we can have the EKS cluster being initialized, and then being leaked because the test is never executed to call the tear down of the cluster.
### Motivation
Avoid unnecessary steps in the CI, and prevent leaking EKS cluster
### Describe how you validated your changes
### Additional Notes
Co-authored-by: kevin.fairise <kevin.fairise@datadoghq.com>1 parent 5d1152d commit 2bc506d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
| |||
0 commit comments