Commit 970440e2 authored by Armen Zambrano Gasparnian's avatar Armen Zambrano Gasparnian
Browse files

Bug 1239410 - Add Linux64 debug tier2 GTest jobs + use desktop-test-xlarge...

Bug 1239410 - Add Linux64 debug tier2 GTest jobs + use desktop-test-xlarge workerType. DONTBUILD. r=jmaher

--HG--
extra : commitid : 5GmuanIqae7
extra : source : 5f557135eee78a108b0c1787d6cc0d8f58f337aa
parent bbb7e4a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ flags:
    e10s: /.*e10s.*/
    gaia-js-integration: /.*gaia-js-integration.*/
    gaia-ui-test: /.*gaia-ui-test.*/
    gtest: /gtest.*/
    jittest: /jittest.*/
    jittests: /jittest.*/
    jsreftest: /jsreftest.*/
@@ -121,6 +122,7 @@ flags:
    - gaia-ui-test-functional
    - gaia-ui-test-functional-dsds
    - gaia-ui-test-unit
    - gtest
    - jetpack
    - jittests
    - jsreftest
+4 −0
Original line number Diff line number Diff line
@@ -214,6 +214,10 @@ tests:
    allowed_build_tasks:
      tasks/builds/mulet_linux.yml:
        task: tasks/tests/mulet_gaia_unit_oop.yml
  gtest:
    allowed_build_tasks:
      tasks/builds/dbg_linux64.yml:
        task: tasks/tests/fx_linux64_gtest.yml
  jittests:
    allowed_build_tasks:
      tasks/builds/dbg_linux64.yml:
+4 −0
Original line number Diff line number Diff line
@@ -152,6 +152,10 @@ tests:
    allowed_build_tasks:
      tasks/builds/dbg_linux64_clobber.yml:
        task: tasks/tests/fx_linux64_crashtest.yml
  gtest:
    allowed_build_tasks:
      tasks/builds/dbg_linux64_clobber.yml:
        task: tasks/tests/fx_linux64_gtest.yml
  jittests:
    allowed_build_tasks:
      tasks/builds/dbg_linux64_clobber.yml:
+26 −0
Original line number Diff line number Diff line
---
$inherits:
  from: 'tasks/tests/fx_desktop_generic.yml'
task:
  workerType: desktop-test-xlarge
  payload:
    command:
      - --no-read-buildbot-config
      - --installer-url={{build_url}}
      - --test-packages-url={{test_packages_url}}
      - --download-symbols=ondemand
      - --{{suite}}-suite={{flavor}}
    env:
        MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
        MOZHARNESS_CONFIG: >
          mozharness/configs/unittests/linux_unittest.py
          mozharness/configs/remove_executables.py
  metadata:
    name: '[TC] Linux64 gtest'
    description: Gtests run {{chunk}}
  extra:
    suite:
      name: gtest
      flavor: gtest
    treeherder:
      symbol: GTest