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

[Build] Simplify native build agent definition and platform list #671

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

HannesWell
Copy link
Member

No description provided.

Copy link

github-actions bot commented Sep 14, 2024

Test Results

  660 files  ±0    660 suites  ±0   1h 18m 42s ⏱️ + 1m 40s
2 201 tests ±0  2 154 ✅ ±0   47 💤 ±0  0 ❌ ±0 
6 747 runs  ±0  6 604 ✅ ±0  143 💤 ±0  0 ❌ ±0 

Results for commit 59e8ffb. ± Comparison against base commit b1adfa2.

♻️ This comment has been updated with latest results.

@HannesWell HannesWell force-pushed the simplify-build-agents branch 4 times, most recently from 4fbd241 to 07f5aab Compare September 15, 2024 06:53
name: known-hosts
''') { node(POD_LABEL) { stage(nativeBuildStageName) { container('launcherbuild') { body() } } } }
podTemplate(inheritFrom: 'centos-latest' /* inhert general configuration */, containers: [
containerTemplate(name: 'launcherbuild', image: 'eclipse/platformreleng-centos-swt-build:8',
Copy link
Member

Choose a reason for hiding this comment

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

As centos 8 is deprecated and for gtk4 we are looking into moving to newer version it would be better to try with eclipse/platformreleng-centos-swt-build:9.

Copy link
Member Author

Choose a reason for hiding this comment

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

I would like to do that in a separate PR dedicated only to that especially since using centos-9 has the non-trivial implications.

Btw. inheritFrom: 'centos-latest' to inherit the very basic configuration like volumes, credentials etc. The image used is the one specified in the line below.

@HannesWell HannesWell merged commit d1356fb into eclipse-equinox:master Sep 15, 2024
24 of 27 checks passed
@HannesWell HannesWell deleted the simplify-build-agents branch September 15, 2024 08:54
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