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

allow picking work off default cluster queue #356

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

wolfeidau
Copy link
Contributor

@wolfeidau wolfeidau commented Jul 29, 2024

Allow specifying empty query rules.

To use the default queue we can pass --tags 'queue=' which configures the agent to omit the queue parameter from graphql calls, which in turn retrieves jobs from the default queue.

NOTE: The integration tests allow parallel testing within a given cluster, however the default queue is global to a cluster so some changes will be required to integration test this without breaking concurrent builds.

@wolfeidau wolfeidau force-pushed the allow-picking-work-off-default-cluster-queue-v2 branch from b7dd9fa to a5bf0ee Compare July 29, 2024 00:59
@wolfeidau wolfeidau marked this pull request as ready for review July 29, 2024 01:44
Copy link
Contributor

@DrJosh9000 DrJosh9000 left a comment

Choose a reason for hiding this comment

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

Good stuff

@wolfeidau wolfeidau merged commit 20f4f1b into main Jul 29, 2024
1 check passed
@wolfeidau wolfeidau deleted the allow-picking-work-off-default-cluster-queue-v2 branch July 29, 2024 04:10
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