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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue