Use tags for to prevent parallel testing on twitter and facebook.
This commit is contained in:
parent
715fbcbfb9
commit
20a52b0d7b
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,7 @@ job_integration_twitter_ff:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
- browser-ff
|
- browser-ff
|
||||||
|
- twitter
|
||||||
script:
|
script:
|
||||||
- export BROWSER_PORT=3041
|
- export BROWSER_PORT=3041
|
||||||
- export WS_PORT=3042
|
- export WS_PORT=3042
|
||||||
|
@ -207,6 +208,7 @@ job_integration_facebook_ff:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
- browser-ff
|
- browser-ff
|
||||||
|
- facebook
|
||||||
script:
|
script:
|
||||||
- export BROWSER_PORT=3051
|
- export BROWSER_PORT=3051
|
||||||
- export WS_PORT=3052
|
- export WS_PORT=3052
|
||||||
|
@ -295,6 +297,7 @@ job_integration_twitter_chrome:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
- browser-chrome
|
- browser-chrome
|
||||||
|
- twitter
|
||||||
script:
|
script:
|
||||||
- export BROWSER_PORT=4041
|
- export BROWSER_PORT=4041
|
||||||
- export WS_PORT=4042
|
- export WS_PORT=4042
|
||||||
|
@ -311,6 +314,7 @@ job_integration_facebook_chrome:
|
||||||
stage: browser
|
stage: browser
|
||||||
tags:
|
tags:
|
||||||
- browser-chrome
|
- browser-chrome
|
||||||
|
- facebook
|
||||||
script:
|
script:
|
||||||
- export BROWSER_PORT=4051
|
- export BROWSER_PORT=4051
|
||||||
- export WS_PORT=4052
|
- export WS_PORT=4052
|
||||||
|
|
Loading…
Reference in a new issue