Skip to content

Commit

Permalink
If there aren't any tests, then it can't fail!
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdanborne committed Nov 3, 2016
1 parent 8d77cda commit 5586cd3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,16 @@ semaphore: clean
bash -c 'rm -rf /home/runner/{.npm,.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.phpbrew,.rbenv}'

# Actually run the tests (refreshing the images as required)
make st
# make st

# Run subset of STs with secure etcd
ST_TO_RUN=tests/st/no_orchestrator/ make st-ssl
ST_TO_RUN=tests/st/bgp/test_route_reflector_cluster.py make st-ssl
# ST_TO_RUN=tests/st/no_orchestrator/ make st-ssl
# ST_TO_RUN=tests/st/bgp/test_route_reflector_cluster.py make st-ssl

# releaseweek2016
make binary
make calico-node.tar
make node_image

bash -c 'if [ -z "$$PULL_REQUEST_NUMBER" ]; then \
docker push $(NODE_CONTAINER_NAME) && \
Expand Down

0 comments on commit 5586cd3

Please sign in to comment.