summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>2023-01-11 12:41:42 -0500
committerGitHub <noreply@github.com>2023-01-11 10:41:42 -0700
commitea6608edde67c9a7bd505b1fb9d209f99f0a46d3 (patch)
tree3ef2032e7501e27b3e22383d47594e699023faf2 /share
parent07499f235586044fcb59d19d2a66e67d6beff32b (diff)
downloadspack-ea6608edde67c9a7bd505b1fb9d209f99f0a46d3.tar.gz
spack-ea6608edde67c9a7bd505b1fb9d209f99f0a46d3.tar.bz2
spack-ea6608edde67c9a7bd505b1fb9d209f99f0a46d3.tar.xz
spack-ea6608edde67c9a7bd505b1fb9d209f99f0a46d3.zip
Bump memory requests for e4s/ml generate jobs (#34648)
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index 0f78911349..a1fff6e51d 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -289,10 +289,14 @@ protected-publish:
e4s-pr-generate:
extends: [ ".e4s", ".pr-generate"]
image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
+ variables:
+ KUBERNETES_MEMORY_REQUEST: 16G
e4s-protected-generate:
extends: [ ".e4s", ".protected-generate"]
image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
+ variables:
+ KUBERNETES_MEMORY_REQUEST: 16G
e4s-pr-build:
extends: [ ".e4s", ".pr-build" ]
@@ -780,6 +784,8 @@ tutorial-protected-build:
.ml-linux-x86_64-cpu-generate:
extends: [ .ml-linux-x86_64-cpu, ".tags-x86_64_v4" ]
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
+ variables:
+ KUBERNETES_MEMORY_REQUEST: 16G
ml-linux-x86_64-cpu-pr-generate:
extends: [ ".pr-generate", ".ml-linux-x86_64-cpu-generate" ]
@@ -819,6 +825,8 @@ ml-linux-x86_64-cpu-protected-build:
.ml-linux-x86_64-cuda-generate:
extends: [ .ml-linux-x86_64-cuda, ".tags-x86_64_v4" ]
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
+ variables:
+ KUBERNETES_MEMORY_REQUEST: 16G
ml-linux-x86_64-cuda-pr-generate:
extends: [ ".pr-generate", ".ml-linux-x86_64-cuda-generate" ]
@@ -858,6 +866,8 @@ ml-linux-x86_64-cuda-protected-build:
.ml-linux-x86_64-rocm-generate:
extends: [ .ml-linux-x86_64-rocm, ".tags-x86_64_v4" ]
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
+ variables:
+ KUBERNETES_MEMORY_REQUEST: 16G
ml-linux-x86_64-rocm-pr-generate:
extends: [ ".pr-generate", ".ml-linux-x86_64-rocm-generate" ]