Change summary
.github/workflows/bump_patch_version.yml | 3 +--
.github/workflows/deploy_collab.yml | 6 ++----
.github/workflows/randomized_tests.yml | 3 +--
.github/workflows/release_nightly.yml | 3 +--
4 files changed, 5 insertions(+), 10 deletions(-)
Detailed changes
@@ -15,8 +15,7 @@ concurrency:
jobs:
bump_patch_version:
runs-on:
- - self-hosted
- - test
+ - buildjet-16vcpu-ubuntu-2204
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
@@ -61,8 +61,7 @@ jobs:
- style
- tests
runs-on:
- - self-hosted
- - deploy
+ - buildjet-16vcpu-ubuntu-2204
steps:
- name: Add Rust to the PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
@@ -92,8 +91,7 @@ jobs:
needs:
- publish
runs-on:
- - self-hosted
- - deploy
+ - buildjet-16vcpu-ubuntu-2204
steps:
- name: Sign into Kubernetes
@@ -19,8 +19,7 @@ jobs:
tests:
name: Run randomized tests
runs-on:
- - self-hosted
- - randomized-tests
+ - buildjet-16vcpu-ubuntu-2204
steps:
- name: Install Node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
@@ -100,8 +100,7 @@ jobs:
name: Create a Linux *.tar.gz bundle for x86
if: github.repository_owner == 'zed-industries'
runs-on:
- - self-hosted
- - deploy
+ - buildjet-16vcpu-ubuntu-2204
needs: tests
env:
DIGITALOCEAN_SPACES_ACCESS_KEY: ${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }}