Skip to content

Commit

Permalink
iox-#2330 Enhance systemd build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
khromenokroman committed Sep 1, 2024
1 parent d7eabdf commit 999a603
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- run: ./tools/ci/build-test-ubuntu-bazel.sh

# Check run systemd
build-and-run-roudi-with-systemd-ubuntu:
build-and-run-roudi-with-systemd-and-build-test-and-run-ubuntu:
# prevent stuck jobs consuming runners for 6 hours
timeout-minutes: 60
runs-on: ubuntu-latest
Expand Down Expand Up @@ -244,6 +244,10 @@ jobs:
run: sudo systemctl stop test_iox
- name: Show journal
run: sudo journalctl -u test_iox -n 100
- name: Start test (integration) posh with systemd
run: cd build/posh/test && ./posh_integrationtests
- name: Start test (module) posh with systemd
run: cd build/posh/test && ./posh_moduletests

coverage-and-docs:
# prevent stuck jobs consuming runners for 6 hours
Expand Down

0 comments on commit 999a603

Please sign in to comment.