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

[GR-53334] Refactor tags into tag groups. #8913

Merged
merged 5 commits into from
May 16, 2024
Merged

[GR-53334] Refactor tags into tag groups. #8913

merged 5 commits into from
May 16, 2024

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented May 13, 2024

Currently CI jobs have an optional tags field.
These tags are used only by the implementation of optional post merges.

To be able to use tags for different services, with different semantics, it would be nice if tags would be changed from being a list of strings to being a list of objects.

Example:

current:

"tags": ["bench-compiler"]

This PR refactors it in the following format:

"tags": {
  "opt_post_merge": ["bench-compiler"]
}

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 13, 2024
@graalvmbot graalvmbot closed this May 16, 2024
@graalvmbot graalvmbot deleted the mob/GR-53334 branch May 16, 2024 07:49
@graalvmbot graalvmbot merged commit 751f27a into master May 16, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants