Skip to content

Commit d825ce3

Browse files
committed
Fix: TEST move root only tests to their own exec, on github servers, so they will have root available
1 parent 3bac449 commit d825ce3

4 files changed

+4
-4
lines changed

.github/workflows/distro-tests-root.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
TEST_SUITE:
2424
# these tests need to run as root, and hosting runners cannot :(
25-
- FEATURE-ROOT
25+
- FEATUROOT
2626
# Do not stop at first error, each one are independent
2727
fail-fast: false
2828
env: # we set this variable, so we know we are on GitHub actions, and so azure servers

.github/workflows/distro-tests-x64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
##### Then complexe scenarios
4040
# Some tests are with 2 docker that must run together. I hope it will be maintainable
4141
- COMPOSE-GOSSIP-UDP-DETECT
42-
# check that with different udp key, then cannot join (no clear message failback)
42+
# check that with different udp key, then cannot join (no clear message fallback)
4343
- COMPOSE-GOSSIP-UDP-DETECT-BAD-KEY
44-
# This one is with 4 containers, in 2 zones, one is sub level of another
44+
# This one is with 4 containers, in 2 zones, one is sub-level of another
4545
- COMPOSE-GOSSIP-ZONES
46-
# This one is with 4 containers, in 3 zones, one is sub level of another
46+
# This one is with 4 containers, in 3 zones, one is sub-level of another
4747
- COMPOSE-GOSSIP-ZONES-MULTI
4848
# The same, but with multi level encryption
4949
- COMPOSE-GOSSIP-ZONES-MULTI-ENCRYPTED

0 commit comments

Comments
 (0)