Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Added expected state to canaries (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedbackThomson authored Nov 28, 2019
1 parent 85c5870 commit 31a0c90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/codebuild/run_all_sample_canary_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ run_test tests/xgboost-mnist-batchtransform.yaml
run_test tests/xgboost-hosting-deployment.yaml

# Verify test
# Format: `verify_test <type of job> <Job's metadata name> <timeout to complete the test>``
verify_test TrainingJob xgboost-mnist 10m
verify_test HyperparameterTuningJob xgboost-mnist-hpo 15m
verify_test BatchTransformJob xgboost-mnist 10m
# Format: `verify_test <type of job> <Job's metadata name> <timeout to complete the test> <desired status for job to achieve>`
verify_test TrainingJob xgboost-mnist 10m Completed
verify_test HyperparameterTuningJob xgboost-mnist-hpo 15m Completed
verify_test BatchTransformJob xgboost-mnist 10m Completed
verify_test HostingDeployment hosting 20m InService

# Verify smlogs worked.
Expand Down

0 comments on commit 31a0c90

Please sign in to comment.