Skip to content

Commit

Permalink
Add CI target for separate CI systems
Browse files Browse the repository at this point in the history
Signed-off-by: jose-bigio <[email protected]>
  • Loading branch information
jose-bigio committed Feb 16, 2018
1 parent a4de0c6 commit f2a4524
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,8 @@ node-test-at:
chmod +rx /tmp/goss && \
/tmp/goss --gossfile /tmp/goss.yaml validate'

# This depends on clean to ensure that dependent images get untagged and repulled
# THIS JOB DELETES LOTS OF THINGS - DO NOT RUN IT ON YOUR LOCAL DEV MACHINE.
.PHONY: semaphore
semaphore:
# Clean up unwanted files to free disk space.
bash -c 'rm -rf /usr/local/golang /opt /var/lib/mongodb /usr/lib/jvm /home/runner/{.npm,.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.phpbrew,.rbenv}'

.PHONY: ci
ci:
# Run the containerized UTs first.
$(MAKE) node-test-containerized

Expand All @@ -604,6 +599,14 @@ semaphore:
$(MAKE) RELEASE_STREAM=master $(NODE_CONTAINER_NAME) st
ST_TO_RUN=tests/st/policy $(MAKE) RELEASE_STREAM=master st-ssl

# This depends on clean to ensure that dependent images get untagged and repulled
# THIS JOB DELETES LOTS OF THINGS - DO NOT RUN IT ON YOUR LOCAL DEV MACHINE.
.PHONY: semaphore
semaphore:
# Clean up unwanted files to free disk space.
bash -c 'rm -rf /usr/local/golang /opt /var/lib/mongodb /usr/lib/jvm /home/runner/{.npm,.phpbrew,.phpunit,.kerl,.kiex,.lein,.nvm,.npm,.phpbrew,.rbenv}'
$(MAKE) ci

release: clean
@echo ""
@echo "Hit Return to go ahead and create the tag, or Ctrl-C to cancel."
Expand Down

0 comments on commit f2a4524

Please sign in to comment.