Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CI/circle_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ function cleanup {
trap cleanup EXIT

if [ "$NODE_INDEX" = "1" ]; then
# node1
# ensures samples + docs up to date
echo "Running node $NODE_INDEX"

./bin/utils/ensure-up-to-date

elif [ "$NODE_INDEX" = "2" ]; then
# node2
echo "Running node $NODE_INDEX"

elif [ "$NODE_INDEX" = "3" ]; then
# node3

echo "Running node $NODE_INDEX to test 'samples.circleci.node3' defined in pom.xml ..."
#wget https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tgz
Expand Down Expand Up @@ -58,6 +62,8 @@ elif [ "$NODE_INDEX" = "3" ]; then
#mvn --no-snapshot-updates --quiet verify -Psamples.circleci.node3 -Dorg.slf4j.simpleLogger.defaultLogLevel=error

elif [ "$NODE_INDEX" = "4" ]; then
# node4

echo "Running node $NODE_INDEX to test 'samples.circleci.node4' defined in pom.xml ..."

#mvn --no-snapshot-updates --quiet verify -Psamples.circleci.node4 -Dorg.slf4j.simpleLogger.defaultLogLevel=error
Expand Down
135 changes: 0 additions & 135 deletions docs/generators/README.md

This file was deleted.

Loading