do it right

Conrad Irwin created

Change summary

.github/actionlint.yml                    | 1 +
.github/workflows/autofix_pr.yml          | 2 +-
.github/workflows/bump_patch_version.yml  | 2 +-
.github/workflows/compare_perf.yml        | 2 +-
.github/workflows/deploy_collab.yml       | 8 ++++----
.github/workflows/release.yml             | 4 ++--
.github/workflows/run_agent_evals.yml     | 2 +-
.github/workflows/run_cron_unit_evals.yml | 2 +-
.github/workflows/run_tests.yml           | 8 ++++----
.github/workflows/run_unit_evals.yml      | 2 +-
10 files changed, 17 insertions(+), 16 deletions(-)

Detailed changes

.github/actionlint.yml 🔗

@@ -29,6 +29,7 @@ self-hosted-runner:
     # Namespace Limited Preview
     - namespace-profile-8x16-ubuntu-2004-arm-m4
     - namespace-profile-8x32-ubuntu-2004-arm-m4
+    - namespace-profile-ubuntu22-x86-16x32-custom
     # Namespace mac
     - namespace-profile-mac-large
     # Self Hosted Runners

.github/workflows/autofix_pr.yml 🔗

@@ -15,7 +15,7 @@ on:
         default: 'true'
 jobs:
   run_autofix:
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/bump_patch_version.yml 🔗

@@ -11,7 +11,7 @@ on:
 jobs:
   run_bump_patch_version:
     if: github.repository_owner == 'zed-industries'
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - id: get-app-token
       name: steps::authenticate_as_zippy

.github/workflows/compare_perf.yml 🔗

@@ -18,7 +18,7 @@ on:
         default: ''
 jobs:
   run_perf:
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/deploy_collab.yml 🔗

@@ -11,7 +11,7 @@ jobs:
   style:
     if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
     name: Check formatting and Clippy lints
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -41,7 +41,7 @@ jobs:
     needs:
     - style
     name: Run tests
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -82,7 +82,7 @@ jobs:
     - style
     - tests
     name: Publish collab server image
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: deploy_collab::publish::install_doctl
       uses: digitalocean/action-doctl@v2
@@ -108,7 +108,7 @@ jobs:
     needs:
     - publish
     name: Deploy new server image
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/release.yml 🔗

@@ -52,7 +52,7 @@ jobs:
     timeout-minutes: 60
   run_tests_linux:
     if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       CC: clang
       CXX: clang++
@@ -179,7 +179,7 @@ jobs:
     timeout-minutes: 60
   clippy_linux:
     if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       CC: clang
       CXX: clang++

.github/workflows/run_agent_evals.yml 🔗

@@ -21,7 +21,7 @@ on:
         type: string
 jobs:
   agent_evals:
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/run_cron_unit_evals.yml 🔗

@@ -10,7 +10,7 @@ on:
   workflow_dispatch: {}
 jobs:
   cron_unit_evals:
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     strategy:
       matrix:
         model:

.github/workflows/run_tests.yml 🔗

@@ -189,7 +189,7 @@ jobs:
     needs:
     - orchestrate
     if: needs.orchestrate.outputs.run_tests == 'true'
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       CC: clang
       CXX: clang++
@@ -302,7 +302,7 @@ jobs:
     needs:
     - orchestrate
     if: needs.orchestrate.outputs.run_tests == 'true'
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       CC: clang
       CXX: clang++
@@ -405,7 +405,7 @@ jobs:
     needs:
     - orchestrate
     if: needs.orchestrate.outputs.run_tests == 'true'
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       CC: clang
       CXX: clang++
@@ -674,7 +674,7 @@ jobs:
     needs:
     - orchestrate
     if: needs.orchestrate.outputs.run_tests == 'true'
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     env:
       GIT_AUTHOR_NAME: Protobuf Action
       GIT_AUTHOR_EMAIL: ci@zed.dev

.github/workflows/run_unit_evals.yml 🔗

@@ -21,7 +21,7 @@ on:
         type: string
 jobs:
   run_unit_evals:
-    runs-on: namespace-profile-16x32-ubuntu-2204
+    runs-on: namespace-profile-ubuntu22-x86-16x32-custom
     steps:
     - name: steps::checkout_repo
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683