Skip to content

Commit

Permalink
Make the fuctional test fire immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Mar 12, 2024
1 parent c672ed0 commit 116e073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/functional_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ until [ `kubectl get crds | grep schedules.scheduling.azimuth.stackhpc.com | wc
kubectl get crds


export BEFORE=$(date --date="-1 hour" +"%Y-%m-%dT%H:%M:%SZ")
export AFTER=$(date --date="+2 hour" +"%Y-%m-%dT%H:%M:%SZ")
export BEFORE=$(date --date="-2 hour" +"%Y-%m-%dT%H:%M:%SZ")
export AFTER=$(date --date="-1 hour" +"%Y-%m-%dT%H:%M:%SZ")
envsubst < $SCRIPT_DIR/test_schedule.yaml | kubectl apply -f -

# until kubectl wait --for=jsonpath='{.status.phase}'=Available clustertype quick-test; do echo "wait for status to appear"; sleep 5; done
Expand Down

0 comments on commit 116e073

Please sign in to comment.