Skip to content

Commit 555b00a

Browse files
committed
add runner self hosted on Inria CI cloud
Signed-off-by: Brice Goglin <[email protected]>
1 parent 427cafa commit 555b00a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/buildcheck.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ jobs:
3535
with:
3636
name: Documentation PDF
3737
path: doc/doxygen-doc/hwloc-a4.pdf
38+
check-tarball-inria-centos81amd64:
39+
name: Check tarball on Inria centos81amd64
40+
needs: build-tarball
41+
runs-on: hwloc-centos81amd64
42+
steps:
43+
- uses: actions/checkout@v4
44+
with:
45+
sparse-checkout: '.github/workflows'
46+
sparse-checkout-cone-mode: false
47+
- name: Download tarball
48+
uses: actions/download-artifact@v3
49+
with:
50+
name: Tarball
51+
- name: Extract, build and check
52+
run: |
53+
$GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
3854
check-tarball-gh-ubuntu-latest:
3955
name: Check tarball on GH ubuntu-latest
4056
needs: build-tarball

0 commit comments

Comments
 (0)