Skip to content

Commit c8fddc5

Browse files
author
manasdk
committed
skip a few more steps and sprinkle hostname
1 parent 07758e0 commit c8fddc5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

circle.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ dependencies:
5757
- docker-compose version
5858
- docker version
5959
override:
60-
- .circle/docker-compose.sh pull ${DISTRO}
60+
#- .circle/docker-compose.sh pull ${DISTRO}
61+
- echo "skipping pull" && hostname
6162
post:
62-
- .circle/docker-compose.sh build ${DISTRO}
63-
63+
# - .circle/docker-compose.sh build ${DISTRO}
64+
- echo "skipping build" && hostname
6465
test:
6566
pre:
6667
# ~/.cache/pip and ~/wheelhouse need to be owned by local user to run tests.
@@ -69,7 +70,7 @@ test:
6970
- sudo chown -R ubuntu:ubuntu ~/wheelhouse
7071
# This ensures that st2-packages is not accidentally picked up while running tests.
7172
- mv ${ST2_REPO_ROOT_DIR}/st2-packages ${ST2_REPO_ROOT_DIR}/.st2-packages
72-
- cd ${ST2_REPO_ROOT_DIR} && make compile requirements
73+
- cd ${ST2_REPO_ROOT_DIR} && hostname && make compile requirements
7374
override:
7475
- 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:
7576
parallel: true

0 commit comments

Comments
 (0)