commit: 82db31f7ac32443b2a5d51ed3ce6d52cd9dcfac7
parent fd1011f622870385d8a694d60b66269e731b36cd
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Thu, 23 May 2024 16:45:17 +0000
Merge branch 'ci-update' into 'develop'
Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks
See merge request pleroma/pleroma-fe!1914
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -43,6 +43,8 @@ lint:
test:
stage: test
+ tags:
+ - amd64
variables:
APT_CACHE_DIR: apt-cache
script:
@@ -54,6 +56,8 @@ test:
build:
stage: build
+ tags:
+ - amd64
script:
- yarn
- npm run build
diff --git a/changelog.d/ci-runner.skip b/changelog.d/ci-runner.skip
@@ -0,0 +1 @@
+stop using that one runner for intensive tasks
+\ No newline at end of file