mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1131160 - Remove caching of gaia due to issues updating clones on tester r=garndt
--HG-- extra : rebase_source : 875f27d9aa996c3c0f6e377748e1f857034190b7
This commit is contained in:
parent
336cda19bf
commit
cb95f56702
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Build Test'
|
||||
description: Gaia Build Test test run
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Build Unit Test'
|
||||
description: Gaia Build Unit Test
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia JS Integration Test'
|
||||
description: Gaia JS Integration Test run {{chunk}}
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Python Accessibility Integration Tests'
|
||||
description: Gaia Python Accessibility Integration Tests run {{chunk}}
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Python Functional Integration Tests'
|
||||
description: Gaia Python Functional Integration Tests run {{chunk}}
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Python Integration Unit Tests'
|
||||
description: Gaia Python Integration Unit Tests run {{chunk}}
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Unit Test'
|
||||
description: Gaia Unit Test
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Unit Test OOP'
|
||||
description: Gaia Unit Test OOP
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,13 +6,7 @@ task:
|
||||
name: '[TC] Gaia Python Integration Tests OOP'
|
||||
description: Gaia Python Functional Integration Tests OOP test run
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -5,12 +5,8 @@ task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Linter'
|
||||
description: Linter Test
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
command:
|
||||
- entrypoint
|
||||
- ./bin/pull_gaia.sh &&
|
||||
|
@ -6,12 +6,7 @@ task:
|
||||
name: '[TC] Reftest'
|
||||
description: Reftest test run {{chunk}}
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
env:
|
||||
MOZ_DISABLE_NONLOCAL_CONNECTIONS: 0
|
||||
command:
|
||||
|
Loading…
Reference in New Issue
Block a user