cipd.yaml 983 B

1234567891011121314151617181920212223
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # To create CIPD package run the following command.
  5. # cipd create --pkg-def cipd.yaml
  6. package: chromium/android_webview/tools/cts_archive
  7. description: Archive of WebView CTS tests
  8. data:
  9. - file: arm64/M/android-cts-arm64-6.0_r32.zip
  10. - file: arm64/N/android-cts-arm64-7.0_r33.zip
  11. - file: arm64/O/android-cts-arm64-8.0_r26.zip
  12. - file: arm64/P/android-cts-arm64-9.0_r19.zip
  13. - file: arm64/Q/android-cts-arm64-10_r11.zip
  14. - file: arm64/R/android-cts-arm64-11_r7.zip
  15. - file: arm64/S/android-cts-arm64-12_r3.zip
  16. - file: x86/M/android-cts-x86-6.0_r32.zip
  17. - file: x86/N/android-cts-x86-7.0_r33.zip
  18. - file: x86/O/android-cts-x86-8.0_r26.zip
  19. - file: x86/P/android-cts-x86-9.0_r19.zip
  20. - file: x86/Q/android-cts-x86-10_r11.zip
  21. - file: x86/R/android-cts-x86-11_r7.zip
  22. - file: x86/S/android-cts-x86-12_r3.zip