TEST: build slack teamcity properties for testing:

- NEVER commit if konan-reporter-token contains real token.
This commit is contained in:
Vasily Levchenko
2017-04-05 08:14:27 +03:00
committed by vvlevchenko
parent 8aaf784f0e
commit 461b977cae
@@ -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=<never-commit-here-real-token>
konan-channel-name=<never-commit-here-real-channel-name>