Commit 7fa0ef43 authored by Yiming Zhou's avatar Yiming Zhou Committed by Commit Bot

Create placeholder to store password manager captured sites in CIPD.

Bug: 847905
Change-Id: Ibfa4d74affd7bd5823dd2d2036706f06734866e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497762
Commit-Queue: Yiming Zhou <uwyiming@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637942}
parent dc8cd51d
...@@ -68,6 +68,12 @@ vars = { ...@@ -68,6 +68,12 @@ vars = {
# restricted to Googlers only. # restricted to Googlers only.
'checkout_chromium_autofill_test_dependencies': False, 'checkout_chromium_autofill_test_dependencies': False,
# By default, do not check out Chromium password manager captured sites test
# dependencies. These dependencies include very large numbers of very
# large web capture files. Captured sites test dependencies are also
# restricted to Googlers only.
'checkout_chromium_password_manager_test_dependencies': False,
# Check out and download nacl by default. This can be disabled e.g. with # Check out and download nacl by default. This can be disabled e.g. with
# custom_vars. # custom_vars.
'checkout_nacl': True, 'checkout_nacl': True,
...@@ -353,6 +359,17 @@ deps = { ...@@ -353,6 +359,17 @@ deps = {
'dep_type': 'cipd', 'dep_type': 'cipd',
}, },
'src/chrome/test/data/password/captured_sites': {
'packages': [
{
'package': 'chromium/chrome/test/data/password/captured_sites',
'version': 'jYvTM_KjFi4v_BTqCfkAxM1XJ4PkMDSi31FgEDf0z9sC',
}
],
'condition': 'checkout_chromium_password_manager_test_dependencies',
'dep_type': 'cipd',
},
'src/chrome/test/data/perf/canvas_bench': 'src/chrome/test/data/perf/canvas_bench':
Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732', Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517d78845a5fc9b12976bfc732',
......
...@@ -5770,6 +5770,7 @@ if (!is_android && !is_fuchsia) { ...@@ -5770,6 +5770,7 @@ if (!is_android && !is_fuchsia) {
data = [ data = [
"//chrome/test/data/autofill/captured_sites/", "//chrome/test/data/autofill/captured_sites/",
"//chrome/test/data/password/captured_sites/",
"//third_party/catapult/telemetry/telemetry/internal/bin/", "//third_party/catapult/telemetry/telemetry/internal/bin/",
] ]
......
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:$(cat version.txt)
package: chromium/chrome/test/data/password/captured_sites
# Web Page Replay (WPR) Go archives and test recipes for Chrome Password Manager
# captured sites tests.
# Each WPR go archive can simulate the checkout workflow on a site.
# Each recipe contains instructions for the test framework to perform a password
# manager scenario.
# Captured Sites Test Framework Eng doc:
# https://docs.google.com/document/d/12ZLoGmBK9kc5C5ComHkJWWJUXOda5K0uFr-hfSt6ZUg
description: captured sites test archives and recipes.
install_mode: copy
data:
- file: sign_in/amazon
- file: sign_in/amazon.test
- file: sign_in_fill/amazon
- file: sign_in_fill/amazon.test
- file: sign_up/tumblr
- file: sign_up/tumblr.test
- file: sign_up_fill/amazon
- file: sign_up_fill/amazon.test
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment