Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Feb 13, 2024
1 parent ecf8697 commit dde993b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ spec:
file: 00-assert.yaml
- name: step-01
try:
- command:
args:
- "35"
entrypoint: sleep
- sleep:
duration: 35s
- assert:
file: 01-assert.yaml
1 change: 1 addition & 0 deletions tests/e2e/ingress-subdomains/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
- name: step-01
try:
- script:
timeout: 1m
content: |
#!/bin/bash
set -ex
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
file: 00-errors.yaml
- name: step-01
try:
- apply:
file: 01-assert-second-config.yaml
- apply:
file: 01-install-second-config.yaml
- assert:
file: 01-assert-second-config.yaml

0 comments on commit dde993b

Please sign in to comment.