Skip to content

Commit

Permalink
disable waiting for population job which is not enabled in ci [SMAR-2…
Browse files Browse the repository at this point in the history
…514]
  • Loading branch information
marek-nereca committed Apr 12, 2024
1 parent 4eedacf commit 023514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
helm install -f ci-values.yaml smartface .
kubectl rollout status deployment sf-api --timeout=300s
kubectl wait --for=condition=complete job/sf-wl-update-log-population --timeout=300s
# kubectl wait --for=condition=complete job/sf-wl-update-log-population --timeout=300s
- name: Test helm chart
run: |
helm test smartface
Expand Down

0 comments on commit 023514c

Please sign in to comment.