This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 195917484f6 Crave: add PR reference (#3728)
195917484f6 is described below
commit 195917484f6331da361e9a03af336b0bcbef1010
Author: uvatbc <[email protected]>
AuthorDate: Fri Oct 3 16:59:51 2025 -0700
Crave: add PR reference (#3728)
The comment shows up in the build information on the Crave Dashboard.
And put the command to run here so we can easily maintain it.
---
.github/workflows/tests-via-crave.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/tests-via-crave.yml
b/.github/workflows/tests-via-crave.yml
index 02b0e99660f..1476d9c9660 100644
--- a/.github/workflows/tests-via-crave.yml
+++ b/.github/workflows/tests-via-crave.yml
@@ -25,7 +25,7 @@ jobs:
- name: Initialize, build, test
run: |
cd /crave-devspaces/pipeline/runs/${GITHUB_RUN_ID}_${GITHUB_RUN_NUMBER}
- crave run --clean
+ crave run --clean --message "PR: ${GITHUB_REF_NAME}" -- ./gradlew
--console=plain test
- name: Cleanup
if: ${{ always() }}
run: |