Skip to content

Commit 6f3ac6a

Browse files
committed
windows ci: evaluate capability of uo-frank runners, large and small
1 parent 8395d47 commit 6f3ac6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ci/gitlab/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ variables:
99
# PROTECTED_MIRROR_FETCH_DOMAIN: "https://binaries.spack.io"
1010
PROTECTED_MIRROR_FETCH_DOMAIN: "s3://spack-binaries"
1111
PROTECTED_MIRROR_PUSH_DOMAIN: "s3://spack-binaries"
12-
SPACK_CI_DISABLE_STACKS:
13-
value: /^.*(cray).*$/
12+
SPACK_CI_ENABLE_STACKS:
13+
value: /^.*(windows).*$/
1414
expand: false
1515

1616
default:
@@ -216,7 +216,7 @@ default:
216216
- (Get-WmiObject Win32_PhysicalMemory | measure-object Capacity -sum).sum/1kb
217217
- $ErrorActionPreference=$ErrorActionOld
218218

219-
tags: ["spack", "public", "medium", "x86_64-win"]
219+
tags: ["spack", "public", "medium", "x86_64-win", "uo-frank"]
220220
image: "ghcr.io/johnwparent/windows-server21h2:sha-1c12b61"
221221

222222
.build:

.ci/gitlab/configs/win64/x86_64/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ ci:
2828
- sqlite
2929
- zlib
3030
build-job-remove:
31-
tags: [ "medium" ]
31+
tags: [ "medium", "uo-frank" ]
3232
build-job:
33-
tags: [ "small" ]
33+
tags: [ "small", "uo-frank" ]
3434
variables:
3535
CI_JOB_SIZE: small
3636
SPACK_BUILD_JOBS: "4"
3737
KUBERNETES_CPU_REQUEST: 4000m
3838
KUBERNETES_MEMORY_REQUEST: 8G
3939
- build-job:
40-
tags: [ "x86_64-win", "medium" ]
40+
tags: [ "x86_64-win", "medium", "uo-frank" ]

0 commit comments

Comments
 (0)