Use tags for to prevent parallel testing on twitter and facebook.

This commit is contained in:
Martin Edenhofer 2015-12-31 13:03:26 +01:00
parent 715fbcbfb9
commit 20a52b0d7b

View file

@ -191,6 +191,7 @@ job_integration_twitter_ff:
stage: browser
tags:
- browser-ff
- twitter
script:
- export BROWSER_PORT=3041
- export WS_PORT=3042
@ -207,6 +208,7 @@ job_integration_facebook_ff:
stage: browser
tags:
- browser-ff
- facebook
script:
- export BROWSER_PORT=3051
- export WS_PORT=3052
@ -295,6 +297,7 @@ job_integration_twitter_chrome:
stage: browser
tags:
- browser-chrome
- twitter
script:
- export BROWSER_PORT=4041
- export WS_PORT=4042
@ -311,6 +314,7 @@ job_integration_facebook_chrome:
stage: browser
tags:
- browser-chrome
- facebook
script:
- export BROWSER_PORT=4051
- export WS_PORT=4052