Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 6b927783b -> 0ffce2e93 refs/heads/cassandra-2.2 4b52a6860 -> f210b1776 refs/heads/cassandra-3.0 67ac1496c -> d98130985 refs/heads/cassandra-3.11 771ad5325 -> f679b6fc3 refs/heads/trunk 48a539142 -> 3ce8e24ac
Only collect test xml where it exists Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13807 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ffce2e9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0ffce2e9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0ffce2e9 Branch: refs/heads/cassandra-2.1 Commit: 0ffce2e938308fde803b93ed2e29d22b3eb5cd54 Parents: 6b92778 Author: Marcus Eriksson <[email protected]> Authored: Wed Aug 30 13:34:52 2017 +0200 Committer: Marcus Eriksson <[email protected]> Committed: Wed Aug 30 13:34:52 2017 +0200 ---------------------------------------------------------------------- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0ffce2e9/circle.yml ---------------------------------------------------------------------- diff --git a/circle.yml b/circle.yml index f4db279..0c3f86b 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,6 @@ test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/: parallel: true - - find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;: + - case $CIRCLE_NODE_INDEX in [0123]) find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; ;;esac: parallel: true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
