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

Rearrange commit validation job. #6479

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Conversation

mbien
Copy link
Member

@mbien mbien commented Sep 21, 2023

after merging the macos job into the cv job and adding a windows config, the cv job would produce the following runs:

 linux   JDK [11, 21]
 windows JDK [11]  <-- new
 macos   JDK [11]
  • improves windows coverage and removes a job
  • removes JDK 17 from the matrix since if it works on 11 and 21, it likely will also work on 17

other updates:

  • add retry wrapper for debugger.jpda.truffle tests again
  • bumped checkout action to v4 and download/upload actions to v3
  • renamed a few jobs in the profiler yaml to align with the main yaml
  • use cache/restore action for read only cache access in platform job

@mbien mbien added Code cleanup CI continuous integration changes labels Sep 21, 2023
@mbien mbien added this to the NB20 milestone Sep 21, 2023
@mbien mbien force-pushed the ci-rearrange-cv-job branch 2 times, most recently from d848540 to 505afa5 Compare September 21, 2023 22:19
@mbien mbien marked this pull request as ready for review September 21, 2023 23:13
@mbien mbien force-pushed the ci-rearrange-cv-job branch 2 times, most recently from f44539e to 9c09ca4 Compare September 22, 2023 02:27
@mbien mbien added the GraalVM [ci] enable GraalVM tests label Sep 24, 2023
@mbien mbien removed the GraalVM [ci] enable GraalVM tests label Sep 24, 2023
@mbien mbien added the ci:all-tests [ci] enable all tests label Sep 28, 2023
after merging the macos job into the cv job and adding a windows
config, the cv job would produce the following runs:

 linux   JDK [11, 21]
 windows JDK [11]
 macos   JDK [11]

 - improves windows coverage and removes a job
 - removes JDK 17 from the matrix since if it works on 11 and 21, it
   likely will also work on 17
 - add retry wrapper for debugger.jpda.truffle tests again

misc:

 - bumped checkout action to v4 and download/upload actions to v3
 - renamed a few jobs in the profiler yaml to align with the main yaml
 - use cache/restore action for read only cache access in platform job
@mbien mbien merged commit de35f2e into apache:master Sep 30, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:all-tests [ci] enable all tests CI continuous integration changes Code cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants