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

Optimze CI to not re-build Eclipse Plugin etc. on GraalVM Native Runner #1054

Closed
wants to merge 1 commit into from

Conversation

vorburger
Copy link
Member

@cushon would this make sense?

Re-building the Eclipse plugins and re-running the tests on GraalVM instead of OpenJDK isn't all that interesting - is it?

Just to make it build slightly faster on CI - and save some 10^-♾️ MW energy for the 🪐 planet!

shell: bash
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: "Test"
if: ${{ matrix.java != 'GraalVM' }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Skipping these steps for GraalVM sounds good.

I'm realizing that there isn't a lot of overlap between the steps that we want to do for GraalVM and other JDKs--I think all of the steps here happen on other JDKs, or on GraalVM, but not both.

What do you think about adding a separate entry under jobs: for the GraalVM test, isntead of adding it to the matrix with the other JDKs and avoiding all of the checks for java == graal and java != graal?

Copy link
Member Author

Choose a reason for hiding this comment

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

FTR: This was done in #1055. (I'll close this PR.)

@vorburger
Copy link
Member Author

FTR: This was done in #1055, a little differently.

I'll therefore close this PR.

@vorburger vorburger closed this Feb 12, 2024
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.

2 participants