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

ci-gke: adjust junit file names to matrix properties #27072

Merged
merged 1 commit into from Jul 27, 2023

Conversation

mhofstetter
Copy link
Member

Currently, the name of the junit files no longer matches the name of the job including the values of the matrix properties.

This is kind of a requirement for external tooling to match them against a specific job.

This commit fixes this and uses (${{ join(matrix.*, ', ') }}) to keep the names in sync.

@mhofstetter mhofstetter added kind/bug/CI This is a bug in the testing code. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Jul 26, 2023
@mhofstetter
Copy link
Member Author

/test

@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gke-junit-filename branch from 34a1149 to d046a6b Compare July 26, 2023 07:46
@mhofstetter
Copy link
Member Author

/test

@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gke-junit-filename branch from d046a6b to a4c7f59 Compare July 26, 2023 08:29
@mhofstetter
Copy link
Member Author

/test

@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gke-junit-filename branch from a4c7f59 to cbac8a7 Compare July 26, 2023 08:52
@mhofstetter
Copy link
Member Author

/test

Currently, the name of the junit files no longer matches the name of the
job including the values of the matrix properties.

This commit fixes this and uses `(${{ join(matrix.*, ', ') }})` to keep
the names in sync.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
@mhofstetter mhofstetter force-pushed the pr/mhofstetter/gke-junit-filename branch from cbac8a7 to 7b72477 Compare July 26, 2023 11:15
@mhofstetter
Copy link
Member Author

/test

@mhofstetter mhofstetter requested a review from aanm July 26, 2023 12:26
@mhofstetter mhofstetter marked this pull request as ready for review July 26, 2023 12:26
@mhofstetter mhofstetter requested review from a team as code owners July 26, 2023 12:26
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 27, 2023
@aanm aanm merged commit b1e6761 into main Jul 27, 2023
188 checks passed
@aanm aanm deleted the pr/mhofstetter/gke-junit-filename branch July 27, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake kind/bug/CI This is a bug in the testing code. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants