From 461b977caea575441c5f9e34e0eb410c52a598d4 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 5 Apr 2017 08:14:27 +0300 Subject: [PATCH] TEST: build slack teamcity properties for testing: - NEVER commit if konan-reporter-token contains real token. --- backend.native/tests/teamcity-test.property | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 backend.native/tests/teamcity-test.property diff --git a/backend.native/tests/teamcity-test.property b/backend.native/tests/teamcity-test.property new file mode 100644 index 00000000000..c78053c4f48 --- /dev/null +++ b/backend.native/tests/teamcity-test.property @@ -0,0 +1,12 @@ +# +# Test property for teamcity integration tests. +# how to launch tests: +# 1. place well-formed result.json in test.output/external +# 2. launch following command: +# > export TEAMCITY_BUILD_PROPERTIES_FILE=backend.native/tests/teamcity-test.property +# > ./gradlew :backend.native:tests:slackReport +# +teamcity.build.id=test-build +teamcity.buildType.id=test-type-build +konan-reporter-token= +konan-channel-name= \ No newline at end of file