chromium-fetch.yml (1359B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 task-defaults: 6 fetch: 7 type: chromium-fetch 8 script: /builds/worker/bin/fetch-chromium.py 9 10 linux64-chromiumdriver: 11 description: 'Linux64 Chromium Trunk Chromedriver Fetch' 12 attributes: 13 cached_task: false 14 fetch: 15 platform: linux 16 artifact-name: chromium-linux.tar.bz2 17 18 win32-chromiumdriver: 19 description: 'Windows32 Chromium Trunk Chromedriver Fetch' 20 attributes: 21 cached_task: false 22 fetch: 23 platform: win32 24 artifact-name: chromium-win32.tar.bz2 25 26 win64-chromiumdriver: 27 description: 'Windows64 Chromium Trunk Chromedriver Fetch' 28 attributes: 29 cached_task: false 30 fetch: 31 platform: win64 32 artifact-name: chromium-win64.tar.bz2 33 34 mac-chromiumdriver: 35 description: 'MacOSX Chromium Trunk Chromedriver Fetch' 36 attributes: 37 cached_task: false 38 fetch: 39 platform: mac 40 artifact-name: chromium-mac.tar.bz2 41 42 mac-chromiumdriver-arm: 43 description: 'MacOSX ARM Chromium Trunk Chromedriver Fetch' 44 attributes: 45 cached_task: false 46 fetch: 47 platform: mac-arm 48 artifact-name: chromium-mac-arm.tar.bz2