Skip to content

Commit

Permalink
pass $cdash_build_id to the next step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlapre committed Aug 30, 2024
1 parent 4a61001 commit 6178b84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,16 @@ jobs:
--ctest-drop-site sems-cdash-son.sandia.gov/cdash \
--filename-subprojects ./package_subproject_list.cmake \
--filename-packageenables ./packageEnables.cmake
echo "cdash_build_id: ${cdash_build_id}"
echo "GHA_BUILD_ID=${cdash_build_id}" >> "$GITHUB_ENV"
- name: Summary
if: ${{ !cancelled() }}
shell: bash -l {0}
working-directory: /home/Trilinos/build
run: |
echo "image: ${AT2_IMAGE:-unknown}" >> $GITHUB_STEP_SUMMARY
echo "https://sems-cdash-son.sandia.gov/cdash/index.php?project=Trilinos&parentid=${cdash_build_id}" >> $GITHUB_STEP_SUMMARY
echo "https://sems-cdash-son.sandia.gov/cdash/index.php?project=Trilinos&parentid=${GHA_BUILD_ID}" >> $GITHUB_STEP_SUMMARY
cuda11-uvm-EXPERIMENTAL:
runs-on: [self-hosted, cuda-11.4.2_gcc-10.3.0_openmpi-4.1.6]
Expand Down

0 comments on commit 6178b84

Please sign in to comment.