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

Fix Integration Tests #3600

Merged
merged 10 commits into from
May 19, 2024
Merged

Fix Integration Tests #3600

merged 10 commits into from
May 19, 2024

Conversation

d80tb7
Copy link
Collaborator

@d80tb7 d80tb7 commented May 18, 2024

ARMADA_SCHEDULING_EXECUTORUPDATEFREQUENCY was being set in the magefile where it was having no effect. As a result executor state was only being updated every 60 seconds which meant that jobs were being rejected as state had not propagated. This change moves ARMADA_SCHEDULING_EXECUTORUPDATEFREQUENCY to be set as part of the docker compose where it is correctly applied.

I've also tweaked some other values here which are more sensible defaults.

Chris Martin added 9 commits May 18, 2024 17:24
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
@d80tb7 d80tb7 changed the title [WIP] Fix Integration Tests Fix Integration Tests May 18, 2024
@@ -201,9 +201,6 @@ func LocalDev(arg string) error {
mg.Deps(BootstrapTools)
fmt.Println("Time to bootstrap tools:", time.Since(timeTaken))

// Set the Executor Update Frequency to 1 second for local development
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was having no effect

Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
@d80tb7 d80tb7 enabled auto-merge (squash) May 19, 2024 16:01
@d80tb7 d80tb7 merged commit 8e36ae2 into master May 19, 2024
20 checks passed
@d80tb7 d80tb7 deleted the f/chrisma/fix-build branch May 19, 2024 20:58
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.

None yet

2 participants