Skip to content

Commit

Permalink
Verify scale test uploading works.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnapolitan committed Jun 18, 2020
1 parent b7efa10 commit 974ac0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ function run_scale_test_130_pods() {
$((SCALE_UP_DURATION_ARRAY[1])), $((SCALE_DOWN_DURATION_ARRAY[1]))
$((SCALE_UP_DURATION_ARRAY[2])), $((SCALE_DOWN_DURATION_ARRAY[2]))
EOF
cat $now
aws s3 cp $now s3://cni-scale-test-data
echo "TIMELINE: 130 Pod scale test took $DEPLOY_DURATION seconds."
}

0 comments on commit 974ac0e

Please sign in to comment.