Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist test and enforce test order #1762

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

TheRealHaoLiu
Copy link
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
6 checks passed
@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