Skip to content

Commit

Permalink
ci: ci Runner Changes (#1707)
Browse files Browse the repository at this point in the history
* chore: changes

* ci: use vcenter runner
  • Loading branch information
karl-cardenas-coding authored Oct 25, 2023
1 parent 8c2d6ba commit b8be53b
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ env:

jobs:
run-ci:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
build:
name: Build
needs: [run-ci]
runs-on: ubuntu-latest
runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout Repository
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ concurrency:
jobs:
build:
name: Build Website
runs-on:
group: 'Doc Runners'
labels: docbot
runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
# runs-on:
# group: 'Doc Runners'
# labels: docbot
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit b8be53b

Please sign in to comment.