Skip to content

Commit df9589c

Browse files
committed
workflows ?
2 parents 38ff78f + 99a9a57 commit df9589c

4 files changed

Lines changed: 44 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
spack:
2+
specs:
3+
- 'cice5@git.{{ ref }}=stable {{ om2_1deg }}'
4+
packages:
5+
all:
6+
require:
7+
- '%{{ gcc_compiler }}'
8+
- 'target={{ target }}'
9+
concretizer:
10+
unify: false
11+
view: false
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
spack:
2+
specs:
3+
- 'cice5@git.{{ ref }}=stable {{ om2_1deg }}'
4+
- 'cice5@git.{{ ref }}=stable build_type=Debug {{ om2_1deg }}'
5+
packages:
6+
all:
7+
require:
8+
- '%{{ intel_compiler }}'
9+
- 'target={{ target }}'
10+
concretizer:
11+
unify: false
12+
view: false
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
spack:
2+
specs:
3+
- 'cice5@git.{{ ref }}=stable {{ om2_1deg }} io_type=PIO ^openmpi@4'
4+
- 'cice5@git.{{ ref }}=stable {{ om2_1deg }} io_type=NetCDF ^openmpi@5'
5+
- 'cice5@git.{{ ref }}=stable build_type=Debug {{ om2_1deg }}'
6+
packages:
7+
gcc-runtime:
8+
require:
9+
'%gcc'
10+
all:
11+
require:
12+
- '%{{ oneapi_compiler }}'
13+
- 'target={{ target }}'
14+
concretizer:
15+
unify: false
16+
view: false

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
spack-manifest-path: ${{ matrix.file }}
3535
allow-ssh-into-spack-install: false # If true, PR author must ssh into instance to complete job
3636
spack-manifest-data-path: .github/build-ci/data/standard.json
37+
<<<<<<< HEAD
3738
spack-packages-ref: 2817e9e41a6142cb617b216e53c7f3fef5a8da52
39+
=======
40+
spack-packages-ref: 35069af0ebc0a42aa4ba762d1b527f6f83ffa1f6
41+
>>>>>>> 76-manifests
3842
# spack-config-ref: main
3943
# spack-ref: releases/v0.22
4044
secrets:
41-
spack-install-command-pat: ${{ secrets.SPACK_INSTALL_COMMAND_PAT }}
45+
spack-install-command-pat: ${{ secrets.SPACK_INSTALL_COMMAND_PAT }}

0 commit comments

Comments
 (0)