-
Notifications
You must be signed in to change notification settings - Fork 2
chore(ci): add dev artifact workflow for xtest optimization #331
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
6ff700e to
9000553
Compare
dmihalcik-virtru
previously approved these changes
Jan 21, 2026
d23cedc to
cba49db
Compare
X-Test Failure Report |
cshamrick
previously approved these changes
Jan 21, 2026
cba49db to
0424c54
Compare
X-Test Failure Report |
cshamrick
previously approved these changes
Jan 21, 2026
X-Test Failure Report✅ js-main |
- Add dev artifact workflow to publish cmdline.jar on push to main - Force-update dev tag to latest commit before publishing release - Standardize all workflows to Java 17 with eclipse-temurin distribution - Use @main for platform test actions (bleeding edge testing) - Run xtest in parallel with platform-integration - Remove multi-KAS steps from platform-integration (covered by xtest) - Test against platform main and latest (not lts) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0424c54 to
b4b4381
Compare
|
X-Test Results✅ js-main |
dmihalcik-virtru
approved these changes
Jan 22, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Summary
cmdline.jarto a rollingdevrelease on push to main@mainfor platform test actions (bleeding edge testing)main latestfor xtestChanges
dev-artifact.yaml- new workflow for publishing dev artifactschecks.yaml- updated to temurin, uses platform@main, xtest runs in parallel, removed multi-KAS testsrelease.yaml- updated to Java 17 and temurin distributionTesting
devrelease created withcmdline.jarartifactNext steps for xtest team
download-artifact.shto handleVERSION=dev🤖 Generated with Claude Code