tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cft-chromedriver-fetch.yml (4451B)


      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: cft-chromedriver-fetch
      8        script: /builds/worker/bin/fetch-cft-chromedriver.py
      9 
     10 linux64-cft-cd-canary:
     11    description: 'Linux64 Chrome-for-Testing Chromedriver Fetch (canary channel)'
     12    attributes:
     13        cached_task: false
     14    fetch:
     15        platform: linux
     16        artifact-name: cft-cd-linux-canary.tar.bz2
     17        channel: Canary
     18 
     19 win64-cft-cd-canary:
     20    description: 'Windows64 Chrome-for-Testing Chromedriver Fetch (canary channel)'
     21    attributes:
     22        cached_task: false
     23    fetch:
     24        platform: win64
     25        artifact-name: cft-cd-win64-canary.tar.bz2
     26        channel: Canary
     27 
     28 mac-cft-cd-canary:
     29    description: 'MacOSX Chrome-for-Testing Chromedriver Fetch (canary channel)'
     30    attributes:
     31        cached_task: false
     32    fetch:
     33        platform: mac
     34        artifact-name: cft-cd-mac-canary.tar.bz2
     35        channel: Canary
     36 
     37 mac-cft-cd-arm-canary:
     38    description: 'MacOS (arm) Chrome-for-Testing Chromedriver fetch (canary channel)'
     39    attributes:
     40        cached_task: false
     41    fetch:
     42        platform: mac-arm
     43        artifact-name: cft-cd-mac-arm-canary.tar.bz2
     44        channel: Canary
     45 
     46 linux64-cft-cd-stable:
     47    description: 'Linux64 Chrome-for-Testing Chromedriver Fetch (stable channel)'
     48    attributes:
     49        cached_task: false
     50    fetch:
     51        platform: linux
     52        artifact-name: cft-cd-linux-stable.tar.bz2
     53        channel: Stable
     54 
     55 win64-cft-cd-stable:
     56    description: 'Windows64 Chrome-for-Testing Chromedriver Fetch (stable channel)'
     57    attributes:
     58        cached_task: false
     59    fetch:
     60        platform: win64
     61        artifact-name: cft-cd-win64-stable.tar.bz2
     62        channel: Stable
     63 
     64 mac-cft-cd-stable:
     65    description: 'MacOSX Chrome-for-Testing Chromedriver Fetch (stable channel)'
     66    attributes:
     67        cached_task: false
     68    fetch:
     69        platform: mac
     70        artifact-name: cft-cd-mac-stable.tar.bz2
     71        channel: Stable
     72 
     73 mac-cft-cd-arm-stable:
     74    description: 'MacOS (arm) Chrome-for-Testing Chromedriver fetch (stable channel)'
     75    attributes:
     76        cached_task: false
     77    fetch:
     78        platform: mac-arm
     79        artifact-name: cft-cd-mac-arm-stable.tar.bz2
     80        channel: Stable
     81 
     82 linux64-cft-cd-backup:
     83    description: 'Linux64 Chrome-for-Testing Chromedriver Fetch (backup/pinned version)'
     84    attributes:
     85        cached_task: false
     86    fetch:
     87        platform: linux
     88        artifact-name: cft-cd-linux-backup.tar.bz2
     89        backup: true
     90 
     91 win64-cft-cd-backup:
     92    description: 'Windows64 Chrome-for-Testing Chromedriver Fetch (backup/pinned version)'
     93    attributes:
     94        cached_task: false
     95    fetch:
     96        platform: win64
     97        artifact-name: cft-cd-win64-backup.tar.bz2
     98        backup: true
     99 
    100 mac-cft-cd-backup:
    101    description: 'MacOSX Chrome-for-Testing Chromedriver Fetch (backup/pinned version)'
    102    attributes:
    103        cached_task: false
    104    fetch:
    105        platform: mac
    106        artifact-name: cft-cd-mac-backup.tar.bz2
    107        backup: true
    108 
    109 mac-cft-cd-arm-backup:
    110    description: 'MacOS (arm) Chrome-for-Testing Chromedriver Fetch (backup/pinned version)'
    111    attributes:
    112        cached_task: false
    113    fetch:
    114        platform: mac-arm
    115        artifact-name: cft-cd-mac-arm-backup.tar.bz2
    116        backup: true
    117 
    118 linux64-cft-cd-beta:
    119    description: 'Linux64 Chrome-for-Testing Chromedriver Fetch (beta channel)'
    120    attributes:
    121        cached_task: false
    122    fetch:
    123        platform: linux
    124        artifact-name: cft-cd-linux-beta.tar.bz2
    125        channel: Beta
    126 
    127 win64-cft-cd-beta:
    128    description: 'Windows64 Chrome-for-Testing Chromedriver Fetch (beta channel)'
    129    attributes:
    130        cached_task: false
    131    fetch:
    132        platform: win64
    133        artifact-name: cft-cd-win64-beta.tar.bz2
    134        channel: Beta
    135 
    136 mac-cft-cd-beta:
    137    description: 'MacOSX Chrome-for-Testing Chromedriver Fetch (beta channel)'
    138    attributes:
    139        cached_task: false
    140    fetch:
    141        platform: mac
    142        artifact-name: cft-cd-mac-beta.tar.bz2
    143        channel: Beta
    144 
    145 mac-cft-cd-arm-beta:
    146    description: 'MacOS (arm) Chrome-for-Testing Chromedriver fetch (beta channel)'
    147    attributes:
    148        cached_task: false
    149    fetch:
    150        platform: mac-arm
    151        artifact-name: cft-cd-mac-arm-beta.tar.bz2
    152        channel: Beta