Skip to content

Whitelist test and enforce test order#1762

Merged
TheRealHaoLiu merged 1 commit intoansible:develfrom
TheRealHaoLiu:fix-ci-flake
Mar 13, 2024
Merged

Whitelist test and enforce test order#1762
TheRealHaoLiu merged 1 commit intoansible:develfrom
TheRealHaoLiu:fix-ci-flake

Conversation

@TheRealHaoLiu
Copy link
Copy Markdown
Member

SUMMARY

occasionally we get CI failure when running the test with

awx_test.yml testcase fail with

"job_explanation": "Job reaped due to instance shutdown",

I suspect that this is due to the fact that awx_replicas_test.yml is run before awx_test.yml (and we end up with 3 replicas) and during awx_test.yml we scale down the replica back to 1, if we try to run job too early we end up with job being potentially schedule to one of the replica that will get scaled down

causing flaky CI

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

also reduce replica count during test to save CPU/memory
@TheRealHaoLiu TheRealHaoLiu merged commit a53a10a into ansible:devel Mar 13, 2024
@TheRealHaoLiu TheRealHaoLiu deleted the fix-ci-flake branch March 13, 2024 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants