Skip to content

Commit f65f41a

Browse files
committed
Use fast runners
1 parent 69cc702 commit f65f41a

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ stages:
1515
- test
1616
default:
1717
tags:
18-
- dind
18+
- dind_fast

.gitlab/ci/build_rs_core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343

4444
.build-images:
4545
extends: .rs-sdk-workflow
46-
tags:
47-
- dind
4846
services:
4947
- name: gitlab.futo.org:5050/devops/manifest-repo/library/docker:dind
5048
command: ['dockerd', '--host=tcp://0.0.0.0:2375', '--tls=false']

.gitlab/ci/deploy_pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ fusmi-2026-web:
33
image: node:20
44
rules:
55
- if: $CI_COMMIT_TAG == "fusmi-2026-web"
6-
tags:
7-
- dind
86
before_script:
97
- npm install -g pnpm@9.5.0 wrangler
108
- pnpm install

0 commit comments

Comments
 (0)