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

Implemented the full CI pipelines in Github Actions #1329

Merged
merged 7 commits into from
Mar 11, 2025

Conversation

ribafish
Copy link
Contributor

@ribafish ribafish commented Mar 11, 2025

Implemented the full CI pipelines in Github Actions.

The strategy is as follows:

  1. PRs + manual:
    1. sanity check with Eclipse latest on Linux
    2. basic test matrix: Eclipse 4.8(earliest) and latest on Linux and Windows
    3. full test matrix: earliest and latest Eclipse version for each of the test Java versions (8, 11, 17) on Linux + Eclipse 4.8(earliest) and latest on Windows
  2. Post-merge and nightly + manual:
    1. sanity check with Eclipse latest on Linux
    2. basic test matrix: Eclipse 4.8(earliest) and latest on Linux and Windows
    3. full test matrix: all Eclipse versions from 4.8(earliest) to latest (varied test Java versions) on Linux + Eclipse 4.8(earliest) and latest on Windows
    4. cross version test matrix: earliest and latest Eclipse version for each of the test Java versions (8, 11, 17) on Linux

The latest eclipse version is "hardcoded" in each workflow env var so it's easier to update.

Note: The strategy was discussed and agreed upon with @donat before implementation.

Here are the workflows generated (without actually running the commands):

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek

Verified

This commit was signed with the committer’s verified signature.
ribafish Gašper Kojek
* master:
  Configured the correct secret in GHA for DV key (eclipse-buildship#1327)

# Conflicts:
#	.github/workflows/gradle.yml
@donat donat merged commit ab1f7fd into eclipse-buildship:master Mar 11, 2025
7 of 8 checks passed
@ribafish ribafish deleted the feature/ghaMigration branch March 11, 2025 13:01
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.

None yet

2 participants