Refine AGENTS.md#11854
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.
The expected merge time in
The merge request has been interrupted because the build 8271307645189534932 took longer than expected. The current limit for the base branch 'master' is 120 minutes. Possible reasons:
|
|
/merge -f --reason "update agents markdown. unblocking merge from CI incident" |
|
View all feedbacks in Devflow UI.
The expected merge time in
Warning This change was merged without running any pre merge CI checks Reason: update agents markdown. unblocking merge from CI incident |
e919faa
into
master
What Does This Do
This PR refines the AGENTS.md to avoid porting modules that are not supported yet by JUnit testing.
Motivation
Avoid trying to port modules to JUnit where the related features are missing. This tends to create a good amont of code that we will have a hard time to migrate later. Whereas if it uses Spock, we could migrate with the same tools and process than the original codebase migration.
Additional Notes
Contributor Checklist
type:and (comp:orinst:) labels in addition to any other useful labelsclose,fix, or any linking keywords when referencing an issueUse
solvesinstead, and assign the PR milestone to the issue/merge. You can also:/merge --commit-message "..."/merge -c/merge -f --reason "reason"; please use this judiciously, as some checks do not run at the PR-level (note: the PR still needs to be mergeable, this will only skip the pre-merge build)Jira ticket: [PROJ-IDENT]