Skip to content

Commit

Permalink
Change CI Runners (#1630)
Browse files Browse the repository at this point in the history
* [ci] Change runners

* rm sccache

* rm sccache

* run examples-test on old runner

* disable sccache, debug vm

* fix docs

* add debug msg

* add more debug

* run test earlier

* try k8s

* run only one test

* new runner
  • Loading branch information
alvicsam authored Feb 8, 2023
1 parent 8bc8593 commit 42734a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ workflow:
- cargo +nightly --version
- cargo spellcheck --version
- bash --version
- sccache -s

.test-refs: &test-refs
rules:
Expand All @@ -76,11 +75,9 @@ workflow:
image: "${CI_IMAGE}"
before_script:
- *rust-info-script
- ./scripts/ci/pre_cache.sh
- sccache -s
interruptible: true
tags:
- linux-docker
- linux-docker-vm-c2

.kubernetes-env: &kubernetes-env
interruptible: true
Expand Down
28 changes: 0 additions & 28 deletions scripts/ci/pre_cache.sh

This file was deleted.

0 comments on commit 42734a9

Please sign in to comment.