Skip to content

Commit

Permalink
#2260: Enable CI_BUILD flag on all CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Apr 22, 2024
1 parent d737668 commit 554d368
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-clang-14-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
VT_CI_BUILD: 0
VT_CI_BUILD: 1
VT_DIAGNOSTICS: 1
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
VT_CI_BUILD: 0
VT_CI_BUILD: 1
VT_DIAGNOSTICS: 1
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
VT_CI_BUILD: 0
VT_CI_BUILD: 1
VT_DIAGNOSTICS: 1
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-nvidia-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variables:
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
VT_CI_BUILD: 0
VT_CI_BUILD: 1
VT_DIAGNOSTICS: 0
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
Expand Down
4 changes: 0 additions & 4 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ vt_trace = 1
vt_pool = 0
vt_extended_tests = 0
vt_debug_verbose = 1
vt_ci_build = 0

[PR-tests-intel-classic]
test_configuration = "intel icpc, ubuntu, mpich"
Expand All @@ -79,7 +78,6 @@ vt_trace = 1
vt_pool = 0
vt_tests_num_nodes = 4
vt_debug_verbose = 1
vt_ci_build = 0

[PR-tests-nvcc-11-2-gcc-9]
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
Expand Down Expand Up @@ -145,7 +143,6 @@ distro = 22.04
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
vt_debug_verbose = 1
vt_ci_build = 0

[PR-tests-clang-13-alpine]
test_configuration = "clang-13, alpine, mpich"
Expand Down Expand Up @@ -207,4 +204,3 @@ distro = 22.04
output_name = ci/azure/azure-clang-14-ubuntu-mpich.yml
vt_trace = 1
vt_debug_verbose = 1
vt_ci_build = 0

0 comments on commit 554d368

Please sign in to comment.