Skip to content

Commit 07758e0

Browse files
author
manasdk
committed
temporarily disable few steps to help debug
1 parent 8be75b7 commit 07758e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ test:
7474
- case $CIRCLE_NODE_INDEX in 0) cd ${ST2_REPO_ROOT_DIR} && make .flake8 .pylint ;; 1) cd ${ST2_REPO_ROOT_DIR} && make .unit-tests-coverage-html && make clean ;; 2) cd ${ST2_REPO_ROOT_DIR} && make .itests-coverage-html && make clean ;; esac:
7575
parallel: true
7676
# Rename .st2-packages back to original so subsequent steps still work.
77-
- cd ${ST2_REPO_ROOT_DIR} && mv .st2-packages st2-packages
78-
- .circle/docker-compose.sh test ${DISTRO}:
79-
parallel: true
77+
# - mv ${ST2_REPO_ROOT_DIR}/.st2-packages ${ST2_REPO_ROOT_DIR}/st2-packages
78+
# - .circle/docker-compose.sh test ${DISTRO}:
79+
# parallel: true
8080
# Copy all Packages to node0
81-
- rsync -rv /tmp/st2-packages/ node0:~/packages/${DISTRO}:
82-
parallel: true
81+
# - rsync -rv /tmp/st2-packages/ node0:~/packages/${DISTRO}:
82+
# parallel: true
8383
post:
8484
- .circle/docker.sh build st2
8585
- .circle/docker.sh build st2actionrunner st2api st2auth st2exporter st2notifier st2resultstracker st2rulesengine st2sensorcontainer

0 commit comments

Comments
 (0)