Skip to content

Commit

Permalink
Merge pull request #1457 from paritytech/oleg/ci-cd/update_runner_tag
Browse files Browse the repository at this point in the history
Update runner tag to `linux-docker`
  • Loading branch information
mateo-moon authored Oct 27, 2023
2 parents 4c4595a + 08427e3 commit b9c5f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ cache:
- javascript/package.json
- javascript/package-lock.json

.kubernetes-env: &kubernetes-env
.docker-env: &docker-env
image: $CI_IMAGE
tags:
- kubernetes-parity-build
- linux-docker

# run jobs only on PRs with changes in code.
.test-refs: &test-refs
Expand Down Expand Up @@ -190,7 +190,7 @@ publish-docker-image-description:
needs:
- job: publish-docker-pr
extends:
- .kubernetes-env
- .docker-env
- .test-refs
variables:
LOCAL_DIR: "/builds/parity/mirrors/zombienet/tests"
Expand Down

0 comments on commit b9c5f4c

Please sign in to comment.