@@ -23,18 +23,18 @@ phases:
23
23
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
24
24
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
25
25
tox -e py36,py27 --parallel all -- tests/unit
26
- - ./ci-scripts/displaytime.sh 'py36,py27 unit ' $start_time
26
+ - ./ci-scripts/displaytime.sh 'py36,py27 unit' $start_time
27
27
28
28
# local mode tests
29
29
- |
30
30
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
31
31
start_time=`date +%s`
32
32
IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m local_mode --durations 50
33
- ./ci-scripts/displaytime.sh 'py36 local mode ' $start_time
33
+ ./ci-scripts/displaytime.sh 'py36 local mode' $start_time
34
34
35
35
start_time=`date +%s`
36
36
IGNORE_COVERAGE=- tox -e py27 -- tests/integ -m local_mode --durations 50
37
- ./ci-scripts/displaytime.sh 'py27 local mode ' $start_time
37
+ ./ci-scripts/displaytime.sh 'py27 local mode' $start_time
38
38
39
39
else
40
40
echo "skipping integration tests"
@@ -45,15 +45,15 @@ phases:
45
45
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
46
46
start_time=`date +%s`
47
47
python3 -u ci-scripts/queue_build.py
48
- ./ci-scripts/displaytime.sh 'Build queue' $start_time
48
+ ./ci-scripts/displaytime.sh 'build queue' $start_time
49
49
50
50
start_time=`date +%s`
51
51
IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m "not local_mode" -n 48 --reruns 3 --reruns-delay 5 --durations 50
52
- ./ci-scripts/displaytime.sh 'py36 tests/integ ' $start_time
52
+ ./ci-scripts/displaytime.sh 'py36 tests/integ' $start_time
53
53
54
54
start_time=`date +%s`
55
55
IGNORE_COVERAGE=- tox -e py27 -- tests/integ -m "not local_mode" -n 48 --reruns 3 --reruns-delay 5 --durations 50
56
- ./ci-scripts/displaytime.sh 'py27 tests/integ ' $start_time
56
+ ./ci-scripts/displaytime.sh 'py27 tests/integ' $start_time
57
57
58
58
else
59
59
echo "skipping integration tests"
@@ -65,7 +65,7 @@ phases:
65
65
echo "running notebook test"
66
66
start_time=`date +%s`
67
67
./tests/scripts/run-notebook-test.sh
68
- ./ci-scripts/displaytime.sh 'notebook test ' $start_time
68
+ ./ci-scripts/displaytime.sh 'notebook test' $start_time
69
69
70
70
else
71
71
echo "skipping notebook test"
0 commit comments