Skip to content

Commit

Permalink
move to 1es
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzakhachanskyboxlabs authored May 9, 2024
1 parent ec6df8f commit 3424df1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci_linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ defaults:

jobs:
clang-ubuntu-20-04:
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
steps:
- uses: actions/checkout@v2
- name: Build project
Expand All @@ -22,7 +24,9 @@ jobs:
cd build
./fakeit_tests.exe
clang-ubuntu-18-04:
runs-on: ubuntu-18.04
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
steps:
- uses: actions/checkout@v2
- name: Build project
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/ci_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ defaults:

jobs:
coverage:
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
steps:
- name: Install LCOV
run: sudo apt install -y lcov
Expand All @@ -35,7 +37,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./build/report_filtered.info
gcc-ubuntu-20-04:
runs-on: ubuntu-20.04
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
steps:
- uses: actions/checkout@v2
- name: Build project
Expand All @@ -47,7 +51,9 @@ jobs:
cd build
./fakeit_tests.exe
gcc-ubuntu-18-04:
runs-on: ubuntu-18.04
runs-on:
- self-hosted
- 1ES.Pool=MC-Runner-1ES-Linux
steps:
- uses: actions/checkout@v2
- name: Build project
Expand Down

0 comments on commit 3424df1

Please sign in to comment.