-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathcorona.yml
29 lines (25 loc) · 981 Bytes
/
corona.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##############################################################################
# Copyright (c) 2022-23, Lawrence Livermore National Security, LLC and RADIUSS
# project contributors. See the COPYRIGHT file for details.
#
# SPDX-License-Identifier: (MIT)
##############################################################################
# Override reproducer section to define project specific variables.
.corona_reproducer_vars:
script:
- |
echo -e "export MODULE_LIST=\"${MODULE_LIST}\""
echo -e "export SPEC=\"${SPEC//\"/\\\"}\""
# With GitLab CI, included files cannot be empty.
variables:
INCLUDED_FILE_CANNOT_BE_EMPTY: "True"
# The correct way is now to use rocmcc compiler directly as done in shared spec
### Template for extra jobs defined by the project.
#clang14.0.6-rocm5.4.1:
# variables:
# SPEC: "%[email protected] +rocm amdgpu_target=gfx906 ^[email protected] "
# extends: .job_on_corona
master:
variables:
SPEC: " +tests"
extends: .job_on_corona