Skip to content

Commit

Permalink
no deamon
Browse files Browse the repository at this point in the history
  • Loading branch information
apurbraj committed Jul 12, 2024
1 parent 2570163 commit ec27413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
imagePullPolicy: "Always"
command: [ "/bin/bash" , "-c" ]
args:
- ./gradlew test -Dcucumber.filter.tags="@amsIntegration" ; echo 'Test complete' ; sleep 1500 ; echo 'pod terminate'
- ./gradlew test -Dcucumber.filter.tags="@amsIntegration" --no-daemon ; echo 'Test complete' ; sleep 1500 ; echo 'pod terminate'
{{- include "inttest.env" . | nindent 4 }}
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
command: [ "/bin/bash" , "-c" ]
args:
# - ./gradlew test -Dcucumber.filter.tags="@bd012" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate'
- ./gradlew test -Dcucumber.filter.tags="@gov and not @ext" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate'
- ./gradlew test -Dcucumber.filter.tags="@gov and not @ext" --no-daemon ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate'
{{- include "inttest.env" . | nindent 4 }}
resources:
limits:
Expand Down

0 comments on commit ec27413

Please sign in to comment.