Route WildFly archives through MASS#11524
Conversation
This comment has been minimized.
This comment has been minimized.
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
What Does This Do
When
MASS_READ_URLis present, the WildFly smoke-test Ivy repositories resolve the server ZIP through MASS at/internal/artifact/github.com/wildfly/wildfly/releases/download/. Without that environment variable, local builds keep using the original GitHub release URL.Motivation
CI should send build-time archive downloads through MASS when the upstream host is already allowed. WildFly release assets come from
github.com, which is already covered by the MASS egress allow-list.Additional Notes
Contributor Checklist
type:and (comp:orinst:) labels in addition to any other useful labels.Jira ticket: APMLP-1405, [APMLP-1402]