Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update runner pool #4

Merged
merged 5 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ name: Benchmarks

on:
workflow_call: # This is called from CreateRelease.yml
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
inputs:
environment:
required: false
Expand All @@ -30,13 +25,13 @@ jobs:
build: [windows-2022-release, linux-kvm-release, linux-hyperv-release]
include:
- build: windows-2022-release
os: [self-hosted, Windows, X64, "1ES.Pool=HL-win-2022-amd"]
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
hypervisor: none
- build: linux-kvm-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
hypervisor: kvm
- build: linux-hyperv-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-mshv-dev"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
hypervisor: hyperv

runs-on: ${{ matrix.os }}
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/CargoPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: Publish crates to intenral cargo registry
on:
workflow_dispatch:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RW_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true

permissions:
contents: read
Expand All @@ -18,7 +13,7 @@ permissions:
jobs:
publish-hyperlight-packages:
environment: release
runs-on: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
runs-on: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]

# We should only publish from dev if minver contains `-preview`
if: ${{ contains(github.ref, 'refs/heads/release/') }} || ${{ github.ref=='refs/heads/dev' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-rust-ubuntu:
# see https://github.com/orgs/community/discussions/26286#discussioncomment-3251208 for why we need to check the ref
if: ${{ contains(github.ref, 'refs/heads/release/') }} || ${{ github.ref=='refs/heads/dev' }}
runs-on: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
runs-on: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
environment: release

steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
build: [windows-debug, windows-release]
include:
- build: windows-debug
os: [self-hosted, Windows, X64, "1ES.Pool=HL-win-2022-amd"]
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
config: debug
platform: x64
- build: windows-release
os: [self-hosted, Windows, X64, "1ES.Pool=HL-win-2022-amd"]
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
config: release
platform: x64
env:
Expand Down Expand Up @@ -82,22 +82,22 @@ jobs:
]
include:
- build: linux-kvm-debug
os: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
config: debug
platform: x64
hypervisor: kvm
- build: linux-kvm-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
config: release
platform: x64
hypervisor: kvm
- build: linux-hyperv-debug
os: [self-hosted, Linux, X64, "1ES.Pool=HL-mshv-dev"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
config: debug
platform: x64
hypervisor: hyperv
- build: linux-hyperv-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-mshv-dev"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
config: release
platform: x64
hypervisor: hyperv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/custom_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
contents: write # for Git to git push
id-token: write
pull-requests: write # for repo-sync/pull-request to create pull requests
runs-on: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
runs-on: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
steps:

- name: Checkout repo
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dep_build_guest_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ name: Build Guest Binaries

on:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
inputs:
environment:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
fuzz:
environment: ${{ inputs.environment }}
runs-on: [ self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM" ]
runs-on: [ self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd" ]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
17 changes: 6 additions & 11 deletions .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: Rust Tests and Lints
# See README.md in this directory for more information about workflow_call
on:
workflow_call:
secrets:
ADO_HYPERLIGHT_CARGO_RO_AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true

env:
CARGO_TERM_COLOR: always
Expand All @@ -35,27 +30,27 @@ jobs:
]
include:
- build: windows-2022-debug
os: [self-hosted, Windows, X64, "1ES.Pool=HL-win-2022-amd"]
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
hypervisor: none
config: debug
- build: linux-kvm-debug
os: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
hypervisor: kvm
config: debug
- build: linux-hyperv-debug
os: [self-hosted, Linux, X64, "1ES.Pool=HL-mshv-dev"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
hypervisor: hyperv
config: debug
- build: windows-2022-release
os: [self-hosted, Windows, X64, "1ES.Pool=HL-win-2022-amd"]
os: [self-hosted, Windows, X64, "1ES.Pool=hld-win2022-amd"]
hypervisor: none
config: release
- build: linux-kvm-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-Ubuntu-22.04-KVM"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-kvm-amd"]
hypervisor: kvm
config: release
- build: linux-hyperv-release
os: [self-hosted, Linux, X64, "1ES.Pool=HL-mshv-dev"]
os: [self-hosted, Linux, X64, "1ES.Pool=hld-mshv-amd"]
hypervisor: hyperv
config: release

Expand Down
Loading