Skip to content

Commit

Permalink
add runner self hosted on Inria CI cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Nov 28, 2023
1 parent 427cafa commit 555b00a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/buildcheck.yaml
Expand Up @@ -35,6 +35,22 @@ jobs:
with:
name: Documentation PDF
path: doc/doxygen-doc/hwloc-a4.pdf
check-tarball-inria-centos81amd64:
name: Check tarball on Inria centos81amd64
needs: build-tarball
runs-on: hwloc-centos81amd64
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: '.github/workflows'
sparse-checkout-cone-mode: false
- name: Download tarball
uses: actions/download-artifact@v3
with:
name: Tarball
- name: Extract, build and check
run: |
$GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
check-tarball-gh-ubuntu-latest:
name: Check tarball on GH ubuntu-latest
needs: build-tarball
Expand Down

0 comments on commit 555b00a

Please sign in to comment.