You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ This workflow handles building and running short CI tests on a given spack manif
16
16
|`spack-manifest-data-pairs`|`string`| An optional, multi-line string of space-separated key-value pairs to fill in `inputs.spack-manifest-path`. This is useful for filling in template values created dynamically by earlier jobs needed by this workflow. This doesn't include `{{ ref }}`, which is filled in automatically. |`false`| N/A |`"package mom5`(newline)`compiler intel"`|
17
17
|`ref`|`string` (Git ref) | The branch, tag, or commit SHA of the caller model component repository |`false`|`github.event.pull_request.head.sha` for PRs, `github.sha` otherwise |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`, `"main"`, `"2025.01.000"`|
18
18
|`spack-config-ref`|`string` (Git ref) | The branch, tag, or commit SHA of the access-nri/spack-config repository to use |`false`|`"main"`|`"02125b01eb7c778c8d0ae0a02a260de474782e81"`, `"main"`, `"2025.01.000"`|
19
-
|`spack-packages-ref`|`string` (Git ref) | The branch, tag, or commit SHA of the access-nri/spack-packages repository to use |`false`|`"main"`|`"02125b01eb7c778c8d0ae0a02a260de474782e81"`, `"main"`, `"2025.01.000"`|
19
+
|`builtin-spack-packages-ref`|`string` (Git ref) | The branch, tag, or commit SHA of the `spack/spack-packages` repository to use |`false`|`"main"`|`"02125b01eb7c778c8d0ae0a02a260de474782e81"`, `"main"`, `"2025.01.000"`|
20
+
|`access-spack-packages-ref`|`string` (Git ref) | The branch, tag, or commit SHA of the `access-nri/access-spack-packages` repository to use |`false`|`"main"`|`"02125b01eb7c778c8d0ae0a02a260de474782e81"`, `"main"`, `"2025.01.000"`|
20
21
|`allow-ssh-into-spack-install`|`boolean`| Enable the actor of the workflow to SSH into the container where the spack packages have been installed. This is useful for gathering post-install information before the container is destroyed. This will also make the workflow wait until the actor SSHs into the container, or it times out, before continuing |`false`|`false`|`true`, `false`|
21
22
|`container-image-version`|`string` (Docker version ref) | The version of the container image to use for the runner. Can be either a `:TAG` or a `@sha256:SHA`. |`false`|`":rocky"`|`':8.9'` (tag), `'@sha256:1234...'` (SHA) |
22
23
|`spack-oci-buildcache-url`|`string` (OCI URL) | The URL to an oci-backed buildcache, available in spack >= v1.0. OCI-backed buildcaches are the only option for GitHub-hosted CI, and can be used as a backup for self-hosted CI's runner buildcache |`false`| N/A |`"oci://ghcr.io/ACCESS-NRI/build-ci-buildcache"`, `"oci://ghcr.io/ORG/IMAGE"`|
@@ -44,7 +45,8 @@ This workflow handles building and running short CI tests on a given spack manif
44
45
|`spec-concretization-graph`|`string` (multiline) | A visual representation of the dependencies and constraints of the spack manifest file installed | N/A |
45
46
|`spack-sha`|`string` (Git commit SHA) | The SHA of the `ACCESS-NRI/spack` repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
46
47
|`spack-config-sha`|`string` (Git commit SHA) | The SHA of the `ACCESS-NRI/spack-config` repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
47
-
|`spack-packages-sha`|`string` (Git commit SHA) | The SHA of the `ACCESS-NRI/spack-packages` repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
48
+
|`builtin-spack-packages-sha`|`string` (Git commit SHA) | The SHA of the `spack/spack-packages` repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
49
+
|`access-spack-packages-sha`|`string` (Git commit SHA) | The SHA of the `ACCESS-NRI/access-spack-packages` repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
48
50
|`sha`|`string` (Git commit SHA) | The SHA of the caller model component repository checked out |`"02125b01eb7c778c8d0ae0a02a260de474782e81"`|
49
51
|`container-id`|`string`| The ID of the container where the spack packages have been installed |`"ohfn2ofy2h2uyfg2uyg3uyg3uh"`|
50
52
|`spack-files-artifact-pattern`|`string` (glob) | Wildcard pattern to match all spack file artifacts across a matrix job |`'spack-files-*'`|
0 commit comments