Skip to content

Commit c173582

Browse files
committed
gitlab-ci: adjust sections
1 parent ca471c0 commit c173582

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.gitlab-ci.yml

+11-9
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ lint:
7474
pwd
7575
echo -e "\e[0Ksection_start:`date +%s`:prepare\r\e[0KDownload and install all dependencies (except htcondor)"
7676
${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && make prepare && make develop extras=[all]
77-
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
7877
${MAIN_PYTHON_PKG} -m pip freeze
7978
${MAIN_PYTHON_PKG} --version
79+
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
8080
echo -e "\e[0Ksection_start:`date +%s`:mypy\r\e[0KCheck the Python types with mypy"
8181
make mypy
8282
echo -e "\e[0Ksection_end:`date +%s`:mypy\r\e[0K"
@@ -389,8 +389,8 @@ cwl_v1.2:
389389
pwd
390390
echo -e "\e[0Ksection_start:`date +%s`:prepare\r\e[0KDownload and install cwl & aws dependencies"
391391
${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && pip install -U pip wheel && make prepare && make develop extras=[cwl,aws]
392-
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
393392
python setup_gitlab_docker.py # login to increase the docker.io rate limit
393+
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
394394
# Run CWL integration tests excluded from cwl_misc
395395
echo -e "\e[0Ksection_start:`date +%s`:test\r\e[0KRun the tests excluded from cwl_misc"
396396
time make test threads="${TEST_THREADS}" tests="src/toil/test/cwl/cwlTest.py -k '(CWLWorkflowTest or cwl_small) and integrative'"
@@ -424,15 +424,15 @@ cwl_badge:
424424
pwd
425425
echo -e "\e[0Ksection_start:`date +%s`:prepare\r\e[0KDownload and install cwl & aws dependencies"
426426
${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && pip install -U pip wheel && make prepare && make develop extras=[cwl,aws]
427-
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
428427
python setup_gitlab_docker.py # login to increase the docker.io rate limit
429-
# Run CWL integration tests excluded from cwl_misc
428+
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
430429
echo -e "\e[0Ksection_start:`date +%s`:download_tests\r\e[0KDownload the CWL conformance tests"
431430
make download_cwl_spec
432-
echo -e "\e[0Ksection_end:`date +%s`:download_tests\r\e[0K"
433431
rm -rf badges1.2
432+
echo -e "\e[0Ksection_end:`date +%s`:download_tests\r\e[0K"
434433
echo -e "\e[0Ksection_start:`date +%s`:test\r\e[0KRun the CWL v1.2 conformance tests."
435-
make test tests="src/toil/test/cwl/spec_v12/conformance_tests.cwltest.yaml" dist=worksteal threads="${TEST_THREADS}" pytest_args="--cwl-runner-verbose --cwl-badgedir=badges1.2 --junit-xml=in-place-update-conformance-1.2.junit.xml --cwl-args='--relax-path-checks --clean=always --logDebug --statusWait=10 --retryCount=2 --eval-timeout=600 --bypass-file-store'"
434+
make test tests="src/toil/test/cwl/spec_v12/conformance_tests.cwltest.yaml" dist=worksteal threads="${TEST_THREADS}" pytest_args="--cwl-runner-verbose --cwl-badgedir=badges1.2 --junit-xml=in-place-update-conformance-1.2.junit.xml --cwl-args='--relax-path-checks --clean=always --logDebug --statusWait=10 --retryCount=2 --eval-timeout=600 --bypass-file-store'"
435+
echo -e "\e[0Ksection_end:`date +%s`:test\r\e[0K"
436436
artifacts:
437437
paths:
438438
- "badges1.2"
@@ -456,13 +456,15 @@ cwl_badge_release:
456456
pwd
457457
echo -e "\e[0Ksection_start:`date +%s`:prepare\r\e[0KDownload and install cwl & aws dependencies"
458458
${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && pip install -U pip wheel && make prepare && make develop extras=[cwl,aws]
459-
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
460459
python setup_gitlab_docker.py # login to increase the docker.io rate limit
460+
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
461461
echo -e "\e[0Ksection_start:`date +%s`:download_tests\r\e[0KDownload the CWL conformance tests"
462462
make download_cwl_spec
463-
echo -e "\e[0Ksection_end:`date +%s`:download_tests\r\e[0K"
464463
rm -rf badges1.2
464+
echo -e "\e[0Ksection_end:`date +%s`:download_tests\r\e[0K"
465+
echo -e "\e[0Ksection_start:`date +%s`:test\r\e[0KRun the CWL v1.2 conformance tests."
465466
make test tests="src/toil/test/cwl/spec_v12/conformance_tests.cwltest.yaml" dist=worksteal threads="${TEST_THREADS}" pytest_args="--cwl-runner-verbose --cwl-badgedir=badges1.2 --junit-xml=in-place-update-conformance-1.2.junit.xml --cwl-args='--relax-path-checks --clean=always --logDebug --statusWait=10 --retryCount=2 --eval-timeout=600 --bypass-file-store'"
467+
echo -e "\e[0Ksection_end:`date +%s`:test\r\e[0K"
466468
artifacts:
467469
paths:
468470
- "badges1.2"
@@ -511,8 +513,8 @@ cwl_misc:
511513
pwd
512514
echo -e "\e[0Ksection_start:`date +%s`:prepare\r\e[0KDownload and install cwl & aws dependencies"
513515
${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && pip install -U pip wheel && make prepare && make develop extras=[cwl,aws]
514-
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
515516
python setup_gitlab_docker.py # login to increase the docker.io rate limit
517+
echo -e "\e[0Ksection_end:`date +%s`:prepare\r\e[0K"
516518
echo -e "\e[0Ksection_start:`date +%s`:test\r\e[0KRun the miscellaneous CWL tests"
517519
make test threads="${TEST_THREADS}" tests="src/toil/test/cwl/cwlTest.py -k '(CWLWorkflowTest or cwl_small) and not integrative'" dist=worksteal
518520
echo -e "\e[0Ksection_end:`date +%s`:test\r\e[0K"

0 commit comments

Comments
 (0)