mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1250178 - [e2e-py] Delete the tasks r=garndt
MozReview-Commit-ID: 4OsTFbTESLe
This commit is contained in:
parent
7c73bcacee
commit
f22b400809
@ -1,103 +0,0 @@
|
||||
task:
|
||||
created: '{{now}}'
|
||||
deadline: '{{#from_now}}24 hours{{/from_now}}'
|
||||
metadata:
|
||||
source: '{{source}}'
|
||||
owner: mozilla-taskcluster-maintenance@mozilla.com
|
||||
tags:
|
||||
createdForUser: {{owner}}
|
||||
workerType: b2gtest
|
||||
provisionerId: aws-provisioner-v1
|
||||
schedulerId: task-graph-scheduler
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:image:{{#docker_image}}tester-device{{/docker_image}}'
|
||||
- 'queue:create-task:aws-provisioner-v1/testdroid-device'
|
||||
- 'docker-worker:cache:level-{{level}}-{{project}}-tc-vcs'
|
||||
- 'docker-worker:capability:device:phone'
|
||||
|
||||
payload:
|
||||
image: '{{#docker_image}}tester-device{{/docker_image}}'
|
||||
maxRunTime: 7200
|
||||
cache:
|
||||
level-{{level}}-{{project}}-tc-vcs: '/home/worker/.tc-vcs'
|
||||
env:
|
||||
MOZ_BUILD_DATE: '{{pushdate}}'
|
||||
GAIA_HEAD_REPOSITORY: '{{{gaia_head_repository}}}'
|
||||
GAIA_BASE_REPOSITORY: '{{{gaia_base_repository}}}'
|
||||
GAIA_REF: '{{{gaia_ref}}}'
|
||||
GAIA_REV: '{{{gaia_rev}}}'
|
||||
TESTS_TIMEOUT_IN_MS: 30000
|
||||
MANIFEST_PATH: gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
|
||||
MANIFEST_INCLUDE_EXCLUDE: b2g-dsds
|
||||
|
||||
log: 'private/b2g/logs/live.log'
|
||||
|
||||
# All builds share a common artifact directory for ease of uploading.
|
||||
artifacts:
|
||||
'private/b2g/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
'private/b2g/logs':
|
||||
type: directory
|
||||
path: '/home/worker/upload/logs/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
'private/b2g/videos':
|
||||
type: directory
|
||||
path: '/home/worker/upload/videos/'
|
||||
expires: '{{#from_now}}3 months{{/from_now}}'
|
||||
|
||||
features:
|
||||
testdroidProxy: true
|
||||
|
||||
capabilities:
|
||||
devices:
|
||||
phone:
|
||||
type: 'flame'
|
||||
memory: '512'
|
||||
sims: '0'
|
||||
build: '{{{img_url}}}'
|
||||
|
||||
command:
|
||||
- >
|
||||
adb
|
||||
-H $PROXY_HOST
|
||||
-P $ADB_PORT
|
||||
-s $SERIAL_ID
|
||||
logcat
|
||||
-v threadtime
|
||||
&> /home/worker/upload/logs/logcat.log
|
||||
&
|
||||
|
||||
- >
|
||||
gaiatest
|
||||
--total-chunks={{total_chunks}}
|
||||
--this-chunk={{chunk}}
|
||||
--testvars=/home/worker/data/gaia_testvars.json
|
||||
--testvars=/home/worker/data/device.json
|
||||
--adb-host=$PROXY_HOST
|
||||
--adb-port=$ADB_PORT
|
||||
--address=$PROXY_HOST:$MARIONETTE_PORT
|
||||
--device $SERIAL_ID
|
||||
--xml-output=/home/worker/upload/logs/xml_output.xml
|
||||
--log-html=/home/worker/upload/logs/index.html
|
||||
--log-mach=-
|
||||
--log-raw=/home/worker/upload/logs/raw.log
|
||||
--capture=whenfail
|
||||
--capturefolder=/home/worker/upload/videos/
|
||||
--restart
|
||||
--timeout=$TESTS_TIMEOUT_IN_MS
|
||||
--type=$MANIFEST_INCLUDE_EXCLUDE
|
||||
$MANIFEST_PATH
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
groupName: B2G end-to-end tests (Python)
|
||||
groupSymbol: e2e-py
|
||||
productName: b2g
|
||||
chunks:
|
||||
total: 1
|
||||
current: {{chunk}}
|
@ -4,17 +4,3 @@
|
||||
|
||||
$inherits:
|
||||
from: tasks/branches/base_jobs.yml
|
||||
|
||||
tests:
|
||||
gaia-ui-test-functional:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/b2g_e2e_tests.yml
|
||||
gaia-ui-test-functional-dsds:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/b2g_e2e_dsds_tests.yml
|
||||
gaia-ui-test-unit:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/b2g_e2e_api_tests.yml
|
||||
|
@ -31,7 +31,6 @@ flags:
|
||||
crashtest-e10s: /crashtest-e10s.*/
|
||||
e10s: /.*e10s.*/
|
||||
gaia-js-integration: /.*gaia-js-integration.*/
|
||||
gaia-ui-test: /.*gaia-ui-test.*/
|
||||
gtest: /gtest.*/
|
||||
jittest: /jittest.*/
|
||||
jittests: /jittest.*/
|
||||
@ -121,10 +120,6 @@ flags:
|
||||
- gaia-linter
|
||||
- gaia-unit
|
||||
- gaia-unit-oop
|
||||
- gaia-ui-test-sanity
|
||||
- gaia-ui-test-functional
|
||||
- gaia-ui-test-functional-dsds
|
||||
- gaia-ui-test-unit
|
||||
- gtest
|
||||
- jetpack
|
||||
- jittests
|
||||
@ -159,4 +154,3 @@ flags:
|
||||
- web-platform-tests-reftests
|
||||
- web-platform-tests-reftests-e10s
|
||||
- xpcshell
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
$inherits:
|
||||
from: tasks/b2g_e2e_tests_base_definition.yml
|
||||
task:
|
||||
metadata:
|
||||
name: B2G gecko APIs tests (on device)
|
||||
description: Tests which verifies the APIs needed for setting up the e2e tests
|
||||
workerType: flame-kk-0-sim
|
||||
|
||||
payload:
|
||||
env:
|
||||
MANIFEST_PATH: gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/unit/manifest.ini
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
symbol: 'a'
|
@ -1,21 +0,0 @@
|
||||
---
|
||||
$inherits:
|
||||
from: tasks/b2g_e2e_tests_base_definition.yml
|
||||
task:
|
||||
metadata:
|
||||
name: B2G end-to-end DSDS tests
|
||||
description: Tests which require 2 SIM cards
|
||||
workerType: flame-kk-2-sim
|
||||
|
||||
payload:
|
||||
env:
|
||||
MANIFEST_INCLUDE_EXCLUDE: b2g+dsds
|
||||
|
||||
capabilities:
|
||||
devices:
|
||||
phone:
|
||||
sims: '2'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
symbol: 'dsds'
|
@ -1,21 +0,0 @@
|
||||
---
|
||||
$inherits:
|
||||
from: tasks/b2g_e2e_tests_base_definition.yml
|
||||
task:
|
||||
metadata:
|
||||
name: B2G end-to-end tests
|
||||
description: Regular end-to-end tests
|
||||
workerType: flame-kk-1-sim
|
||||
|
||||
payload:
|
||||
capabilities:
|
||||
devices:
|
||||
phone:
|
||||
sims: '1'
|
||||
|
||||
extra:
|
||||
chunks:
|
||||
total: 6
|
||||
|
||||
treeherder:
|
||||
symbol: '{{chunk}}'
|
Loading…
Reference in New Issue
Block a user