Skip to content

Commit

Permalink
tests/systemd-repart-service: only run on FCOS
Browse files Browse the repository at this point in the history
The version of `systemd-udev` on RHCOS does not include the
`systemd-repart` service.

Missed this test as part of coreos#1322.
  • Loading branch information
miabbott committed Nov 18, 2021
1 parent dac1f68 commit 9584554
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/kola/disks/systemd-repart-service
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
# kola: { "exclusive": false }
# This test only runs on FCOS because the version of `systemd-udev` in RHCOS does
# not include `systemd-repart`
# TODO-RHCOS: consider dropping the "fcos" tag if/when `systemd-udev` in RHEL
# starts to include `systemd-repart`
# kola: { "distros": "fcos", "exclusive": false }
set -xeuo pipefail

ok() {
Expand Down

0 comments on commit 9584554

Please sign in to comment.