You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- case $CIRCLE_NODE_INDEX in 0) ./gradlew -Penv=jenkins -b build.gradle test --info --stacktrace ;; 1) cd integration-test && make without-build && make revert-db ;; esac:
parallel: true
timeout: 1200
post:
- if [ $CIRCLE_NODE_INDEX == 0 ]; then mkdir -p $CIRCLE_TEST_REPORTS/junit/; find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;; fi:
parallel: true
- if [ $CIRCLE_NODE_INDEX == 1 ]; then mkdir -p $CIRCLE_TEST_REPORTS/mock/; cp integration-test/test-output/junitreports/* $CIRCLE_TEST_REPORTS/mock/; fi:
parallel: true
- if [ $CIRCLE_NODE_INDEX == 1 ]; then mkdir -p $CIRCLE_ARTIFACTS/mock/; sudo cp -r integration-test $CIRCLE_ARTIFACTS/integration-test; fi: