Skip to content

Commit f46a98c

Browse files
committed
TEST: use test-v8 branch, testing MDR schema
1 parent 3990861 commit f46a98c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
max-parallel: 1
6464
matrix:
6565
manifest: ${{ fromJson(needs.setup-cd.outputs.manifest) }}
66-
uses: access-nri/build-cd/.github/workflows/cd.yml@v8
66+
uses: access-nri/build-cd/.github/workflows/cd.yml@test-v8
6767
with:
6868
model: ${{ matrix.manifest.name }}
6969
spack-manifest-path: ${{ matrix.manifest.path }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
max-parallel: 1
106106
matrix:
107107
manifest: ${{ fromJson(needs.setup-pr.outputs.manifest) }}
108-
uses: access-nri/build-cd/.github/workflows/ci.yml@v8
108+
uses: access-nri/build-cd/.github/workflows/ci.yml@test-v8
109109
with:
110110
model: ${{ matrix.manifest.name }}
111111
spack-manifest-path: ${{ matrix.manifest.path }}
@@ -132,7 +132,7 @@ jobs:
132132
max-parallel: 1
133133
matrix:
134134
manifest: ${{ fromJson(needs.setup-pr.outputs.manifest) }}
135-
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@v8
135+
uses: access-nri/build-cd/.github/workflows/ci-closed.yml@test-v8
136136
with:
137137
spack-manifest-path: ${{ matrix.manifest.path }}
138138
secrets: inherit

gh/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Spack Environment file
1+
# This is a Spack Environment file!
22
#
33
# It describes a set of packages to be installed, along with
44
# configuration settings.

ncdu/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Spack Environment file
1+
# This is a Spack Environment file!
22
#
33
# It describes a set of packages to be installed, along with
44
# configuration settings.

openssh/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Spack Environment file.
1+
# This is a Spack Environment file!
22
#
33
# It describes a set of packages to be installed, along with
44
# configuration settings.

pinentry/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a Spack Environment file.
1+
# This is a Spack Environment file!
22
#
33
# It describes a set of packages to be installed, along with
44
# configuration settings.

0 commit comments

Comments
 (0)