Merge pull request #7839 from openanolis/chao/switch_to_azure

CI: switch static-checks-dragonball CI machines to Azure
This commit is contained in:
Jeremi Piotrowski 2023-09-05 10:59:02 +02:00 committed by GitHub
commit cf46b056fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ concurrency:
name: Static checks dragonball
jobs:
test-dragonball:
runs-on: dragonball
runs-on: garm-ubuntu-2004
env:
RUST_BACKTRACE: "1"
steps:
@ -23,6 +23,10 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
run: |
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential haveged
- name: Install Rust
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
run: |