File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 7
7
required : true
8
8
type : string
9
9
default : " main"
10
- description : " Either a git tag or branch name for the ACCESS-NRI/spack-packages repository, which defaults to the main branch"
10
+ description : " Either a git tag or branch name for the ACCESS-NRI/spack-packages repository"
11
+ spack-config-version :
12
+ required : true
13
+ type : string
14
+ default : " main"
15
+ description : " Either a git tag or branch name for the ACCESS-NRI/spack-config repository"
11
16
model :
12
17
required : true
13
18
type : string
52
57
with :
53
58
compiler-name : ${{ matrix.compiler.name }}
54
59
compiler-package : ${{ matrix.compiler.package }}
60
+ compiler-package-version : ${{ matrix.compiler.package-version }}
55
61
compiler-version : ${{ matrix.compiler.version }}
56
62
spack-packages-version : ${{ inputs.spack-packages-version }}
63
+ spack-config-version : ${{ inputs.spack-config-version }}
57
64
models : ${{ needs.generate-matrix.outputs.models }}
58
65
permissions :
59
66
packages : write
Original file line number Diff line number Diff line change 5
5
spack-packages-version :
6
6
description : the tag/branch of the access-nri/spack-packages repo to use
7
7
type : string
8
+ spack-config-version :
9
+ description : the tag/branch of the access-nri/spack-config repo to use
10
+ type : string
8
11
compiler-name :
9
12
description : the short name of the compiler
10
13
type : string
11
14
compiler-package :
12
15
description : the spack-specific package name of the compiler
13
16
type : string
17
+ compiler-package-version :
18
+ description : the spack-specific version of the compiler package
19
+ type : string
14
20
compiler-version :
15
- description : the spack-specific package version of the compiler
21
+ description : the spack-specific version of the compiler
16
22
type : string
17
23
models :
18
24
description : a json-string array of all models to be built in a matrix strategy
55
61
target : " ci"
56
62
build-args : |
57
63
SPACK_PACKAGES_REPO_VERSION=${{ inputs.spack-packages-version }}
64
+ SPACK_CONFIG_REPO_VERSION=${{ inputs.spack-config-version }}
58
65
COMPILER_NAME=${{ inputs.compiler-name }}
59
- COMPILER_PACKAGE=${{ inputs.compiler-package }}
60
66
COMPILER_VERSION=${{ inputs.compiler-version }}
67
+ COMPILER_PKG_NAME=${{ inputs.compiler-package }}
68
+ COMPILER_PKG_VERSION=${{ inputs.compiler-package-version }}
61
69
build-secrets : |
62
70
S3_ACCESS_KEY_ID=${{ secrets.S3_ACCESS_KEY_ID }}
63
71
S3_ACCESS_KEY_SECRET=${{ secrets.S3_ACCESS_KEY_SECRET }}
You can’t perform that action at this time.
0 commit comments