Browse Source
Merge pull request #511 from lluiscampos/QA-493-redesign-runner-tags
QA-493: ci: Update jobs tags for new runners
4.0.x
Lluis Campos
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.gitlab-ci.yml
|
|
@ -100,7 +100,7 @@ build: |
|
|
|
services: |
|
|
|
- docker:dind |
|
|
|
tags: |
|
|
|
- mender-qa-slave |
|
|
|
- mender-qa-worker-generic |
|
|
|
before_script: |
|
|
|
- apt update && apt install -yy bash wget xz-utils awscli docker.io curl |
|
|
|
|
|
|
@ -162,7 +162,7 @@ convert_raspbian_raspberrypi4: |
|
|
|
services: |
|
|
|
- docker:dind |
|
|
|
tags: |
|
|
|
- mender-qa-slave |
|
|
|
- mender-qa-worker-mender-convert-tests |
|
|
|
timeout: 2h |
|
|
|
before_script: |
|
|
|
- *bash_helpers |
|
|
|