Skip to content

Commit 3f4b348

Browse files
committed
Add traefik as special case in tests
1 parent edb0986 commit 3f4b348

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/config.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,19 @@ imageTests+=(
161161
globalExcludeTests+=(
162162
# single-binary images
163163
[hello-world_utc]=1
164-
[swarm_utc]=1
165164
[nats_utc]=1
165+
[swarm_utc]=1
166+
[traefik_utc]=1
166167

167168
[hello-world_no-hard-coded-passwords]=1
168-
[swarm_no-hard-coded-passwords]=1
169169
[nats_no-hard-coded-passwords]=1
170+
[swarm_no-hard-coded-passwords]=1
171+
[traefik_no-hard-coded-passwords]=1
170172

171173
[hello-world_override-cmd]=1
172-
[swarm_override-cmd]=1
173174
[nats_override-cmd]=1
175+
[swarm_override-cmd]=1
176+
[traefik_override-cmd]=1
174177

175178
# no "native" dependencies
176179
[ruby:alpine_ruby-bundler]=1

0 commit comments

Comments
 (0)