From fab58d5e782a78d27bdb1a5219ffa40689ae33f1 Mon Sep 17 00:00:00 2001 From: "Samuel E. Browne" Date: Mon, 9 Sep 2024 20:46:54 -0600 Subject: [PATCH] Update CUDA AT2 config to run non-UVM 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 --- .github/workflows/AT2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AT2.yml b/.github/workflows/AT2.yml index 9f261f9b438f..5d0e1e6da288 100644 --- a/.github/workflows/AT2.yml +++ b/.github/workflows/AT2.yml @@ -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 \