Skip to content
Snippets Groups Projects
Commit 025421a2 authored by Vicente Bolea's avatar Vicente Bolea Committed by Kitware Robot
Browse files

Merge topic 'fix-frontier-ci' into release-2.2


eed6da13 ci: set OLCF_ID_TOKEN var in frontier ci

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !3292
parents 94a0a183 eed6da13
No related branches found
No related tags found
No related merge requests found
Pipeline #428976 failed
......@@ -36,7 +36,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.21)
set(junit_args OUTPUT_JUNIT "${CTEST_BINARY_DIRECTORY}/junit.xml")
endif()
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.17)
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.17 AND DEFINED CTEST_REPEAT_UNTIL_PASS)
set(repeat_args REPEAT "UNTIL_PASS:${CTEST_REPEAT_UNTIL_PASS}")
endif()
......
......@@ -10,6 +10,11 @@
##
##=============================================================================
default:
id_tokens:
OLCF_ID_TOKEN:
aud: https://code.olcf.ornl.gov
# Ad-hoc build that runs in the ECP Hardware, concretely in OLCF Spock.
.frontier_gcc_hip:
variables:
......@@ -45,7 +50,6 @@
git
git-lfs
ninja
zstd
OLCF_SERVICE_ACCOUNT: "ums033_auser"
VTKM_SETTINGS: kokkos+hip+gfx90a+frontier+ccache+no_rendering
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment