Skip to content

Commit

Permalink
Update CUDA AT2 config to run non-UVM
Browse files Browse the repository at this point in the history
Which will also cause it to start running all of the appropriate tests.
If I remember correctly, we had this disabled because the containers
were running out of disk space, but we want this enabled for the "real"
PR configuration.

Signed-off-by: Samuel E. Browne <[email protected]>
  • Loading branch information
sebrowne committed Sep 10, 2024
1 parent 10d9685 commit fab58d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
type python
python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/PullRequestLinuxDriverTest.py \
--target-branch-name ${{ github.event.pull_request.base.ref }} \
--genconfig-build-name rhel8_cuda-gcc-openmpi_release_static_Ampere80_no-asan_complex_no-fpic_mpi_pt_no-rdc_uvm_deprecated-on_no-package-enables \
--genconfig-build-name rhel8_cuda-gcc-openmpi_release_static_Ampere80_no-asan_complex_no-fpic_mpi_pt_no-rdc_no-uvm_deprecated-on_no-package-enables \
--pullrequest-number ${{ github.event.pull_request.number }} \
--pullrequest-env-config-file ${GITHUB_WORKSPACE}/packages/framework/pr_tools/trilinos_pr.ini \
--pullrequest-gen-config-file ${GITHUB_WORKSPACE}/packages/framework/GenConfig/src/gen-config.ini \
Expand Down

0 comments on commit fab58d5

Please sign in to comment.