Skip to content

Commit

Permalink
#2302: Fix clang workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 12, 2024
1 parent 8c8c3fa commit 05681e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-14-ubuntu-mpich-papi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (clang-14, ubuntu, mpich, verbose, papi)
name: PR tests (clang-14, ubuntu, mpich, papi)

trigger:
branches:
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-14-ubuntu-mpich-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (clang-14, ubuntu, mpich, verbose, perf)
name: PR tests (clang-14, ubuntu, mpich, perf)

trigger:
branches:
Expand Down
4 changes: 2 additions & 2 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ output_name = ci/azure/azure-gcc-12-ubuntu-perf.yml
vt_perf_enabled = 1

[PR-tests-clang-14-perf]
test_configuration = "clang-14, ubuntu, mpich, verbose, perf"
test_configuration = "clang-14, ubuntu, mpich, perf"
compiler_type = clang
compiler = clang-14
distro = 22.04
Expand All @@ -269,7 +269,7 @@ output_name = ci/azure/azure-gcc-12-ubuntu-papi.yml
vt_papi_enabled = 1

[PR-tests-clang-14]
test_configuration = "clang-14, ubuntu, mpich, verbose, papi"
test_configuration = "clang-14, ubuntu, mpich, papi"
compiler_type = clang
compiler = clang-14
distro = 22.04
Expand Down

0 comments on commit 05681e6

Please sign in to comment.