ci: fix artifact and image runner
Some checks failed
Build Docs / build-docs (push) Failing after 3m1s
Build and Test Code / test (push) Successful in 3m15s
Build and Test Code / static_analysis (push) Successful in 3m17s
Build and Test Code / coverage (push) Successful in 3m21s
Build and Test Code / sanitize (push) Successful in 3m24s
Some checks failed
Build Docs / build-docs (push) Failing after 3m1s
Build and Test Code / test (push) Successful in 3m15s
Build and Test Code / static_analysis (push) Successful in 3m17s
Build and Test Code / coverage (push) Successful in 3m21s
Build and Test Code / sanitize (push) Successful in 3m24s
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
|||||||
run: just test
|
run: just test
|
||||||
|
|
||||||
- name: Archive test report
|
- name: Archive test report
|
||||||
uses: actions/upload-artifact@v3
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test_logs
|
name: test_logs
|
||||||
path: build/meson-logs
|
path: build/meson-logs
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
|
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
|
||||||
|
|
||||||
- name: Archive coverage report
|
- name: Archive coverage report
|
||||||
uses: actions/upload-artifact@v3
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage_report
|
name: coverage_report
|
||||||
path: build/meson-logs/coveragereport
|
path: build/meson-logs/coveragereport
|
||||||
|
|||||||
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: just docs
|
run: just docs
|
||||||
|
|
||||||
- name: Archive docs
|
- name: Archive docs
|
||||||
uses: actions/upload-artifact@v3
|
uses: christopherhx/gitea-upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
path: build/docs
|
path: build/docs
|
||||||
|
|||||||
@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dev-image:
|
build-dev-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: garm-k8s
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user