chore(tests): add run configuration for teamcity stable and stable-ff18

This commit is contained in:
John Morrison 2015-04-01 16:22:07 -07:00
Родитель 09b8ca91ab
Коммит 6e7830a99a
2 изменённых файлов: 13 добавлений и 0 удалений

7
tests/teamcity/stable Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
FXA_CONTENT_ROOT="https://stable.dev.lcip.org/"
FXA_AUTH_ROOT="https://stable.dev.lcip.org/auth/v1"
FXA_OAUTH_APP_ROOT="https://123done-stable.dev.lcip.org/"

Просмотреть файл

@ -0,0 +1,6 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
source $(dirname $0)/stable
FXA_FIREFOX_BINARY="/home/ubuntu/ff18/firefox/firefox-bin"