mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 10:05:19 +00:00
Limit run regex for generated workflows
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
b3a0c4a63b
commit
81254cdf7a
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestAuthKeyLogoutAndRelogin
|
||||
-run "^TestAuthKeyLogoutAndRelogin$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestAuthWebFlowAuthenticationPingAll
|
||||
-run "^TestAuthWebFlowAuthenticationPingAll$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestAuthWebFlowLogoutAndRelogin
|
||||
-run "^TestAuthWebFlowLogoutAndRelogin$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestCreateTailscale
|
||||
-run "^TestCreateTailscale$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestEnablingRoutes
|
||||
-run "^TestEnablingRoutes$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestHeadscale
|
||||
-run "^TestHeadscale$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestNamespaceCommand
|
||||
-run "^TestNamespaceCommand$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestOIDCAuthenticationPingAll
|
||||
-run "^TestOIDCAuthenticationPingAll$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestOIDCExpireNodes
|
||||
-run "^TestOIDCExpireNodes$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestPingAllByHostname
|
||||
-run "^TestPingAllByHostname$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestPingAllByIP
|
||||
-run "^TestPingAllByIP$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestPreAuthKeyCommand
|
||||
-run "^TestPreAuthKeyCommand$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestPreAuthKeyCommandReusableEphemeral
|
||||
-run "^TestPreAuthKeyCommandReusableEphemeral$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestPreAuthKeyCommandWithoutExpiry
|
||||
-run "^TestPreAuthKeyCommandWithoutExpiry$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestResolveMagicDNS
|
||||
-run "^TestResolveMagicDNS$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestSSHIsBlockedInACL
|
||||
-run "^TestSSHIsBlockedInACL$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestSSHMultipleNamespacesAllToAll
|
||||
-run "^TestSSHMultipleNamespacesAllToAll$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestSSHNoSSHConfigured
|
||||
-run "^TestSSHNoSSHConfigured$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestSSHOneNamespaceAllToAll
|
||||
-run "^TestSSHOneNamespaceAllToAll$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestSSNamespaceOnlyIsolation
|
||||
-run "^TestSSNamespaceOnlyIsolation$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestTaildrop
|
||||
-run "^TestTaildrop$"
|
||||
|
@ -44,4 +44,4 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run TestTailscaleNodesJoiningHeadcale
|
||||
-run "^TestTailscaleNodesJoiningHeadcale$"
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
||||
-failfast \
|
||||
-timeout 120m \
|
||||
-parallel 1 \
|
||||
-run {{.Name}}
|
||||
-run "^{{.Name}}$"
|
||||
`))
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user