From c8c18e93d345aff0d786a71b767a5c356b616bb3 Mon Sep 17 00:00:00 2001 From: abe-winter Date: Thu, 11 Jan 2024 11:41:17 -0500 Subject: [PATCH] Convert x64 self-host to ubuntu-latest (#2384) --- .github/workflows/docs.yml | 4 ++-- .github/workflows/pr-deploy-and-comment.yml | 2 +- .github/workflows/run-htmltest.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b5bebe5aed..a9fae0cfd6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ permissions: jobs: build: if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64, linux] + runs-on: ubuntu-latest container: image: ghcr.io/viamrobotics/canon:amd64 steps: @@ -78,7 +78,7 @@ jobs: generate-index: needs: deploy if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64] + runs-on: ubuntu-latest container: image: ghcr.io/viamrobotics/canon:amd64 steps: diff --git a/.github/workflows/pr-deploy-and-comment.yml b/.github/workflows/pr-deploy-and-comment.yml index 04be1af616..c7f4c96c57 100644 --- a/.github/workflows/pr-deploy-and-comment.yml +++ b/.github/workflows/pr-deploy-and-comment.yml @@ -12,7 +12,7 @@ on: jobs: pr-deploy-and-comment: if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }} - runs-on: [self-hosted, x64, linux] + runs-on: ubuntu-latest container: image: ghcr.io/viamrobotics/canon:amd64 steps: diff --git a/.github/workflows/run-htmltest.yml b/.github/workflows/run-htmltest.yml index a537493f21..e10f583f26 100644 --- a/.github/workflows/run-htmltest.yml +++ b/.github/workflows/run-htmltest.yml @@ -11,7 +11,7 @@ concurrency: on: pull_request jobs: htmltest: - runs-on: [self-hosted, x64, linux] + runs-on: ubuntu-large container: image: ghcr.io/viamrobotics/canon:amd64 steps: @@ -43,4 +43,4 @@ jobs: with: name: htmltest-report path: tmp/.htmltest/htmltest.log - retention-days: 7 # Default is 90 days \ No newline at end of file + retention-days: 7 # Default is 90 days