Home
last modified time | relevance | path

Searched refs:infra (Results 1 – 25 of 131) sorted by relevance

123456

/external/autotest/site_utils/
Dautomated_deploy.py27 from autotest_lib.site_utils.lib import infra
100 infra.local_runner('rm -rf %s' % repo_dir)
119 with infra.chdir(repo_dir):
125 diff = infra.local_runner('git log prod..%s --oneline' % rebase_to,
129 infra.local_runner('git rebase %s prod' % rebase_to,
131 result = infra.local_runner('git push origin prod',
165 with infra.chdir(repo_dir):
168 pushed_commits = infra.local_runner(
191 with infra.chdir(AUTOTEST_DIR):
195 infra.local_runner(deploy_cmd, stream_output=True)
Dautomated_deploy_unittest.py15 from autotest_lib.site_utils.lib import infra
30 infra.chdir = mock.MagicMock()
33 @mock.patch.object(infra, 'local_runner')
46 @mock.patch.object(infra, 'local_runner')
61 @mock.patch.object(infra, 'local_runner')
78 @mock.patch.object(infra, 'local_runner')
89 @mock.patch.object(infra, 'local_runner')
101 @mock.patch.object(infra, 'local_runner')
Dmysql_bootstrap.py53 from autotest_lib.site_utils.lib import infra
102 return infra.execute_command(dest_server, full_cmd)
152 infra.execute_command(dest_host, 'echo "hello"')
191 return infra.execute_command('localhost', cmd).rstrip('\n')
/external/skqp/
D.gitignore19 infra/bots/README.recipes.md
20 infra/bots/gen_tasks_aux.go
21 infra/bots/tools/luci-go/linux64/cipd
22 infra/bots/tools/luci-go/linux64/isolate
23 infra/bots/tools/luci-go/mac64/cipd
24 infra/bots/tools/luci-go/mac64/isolate
25 infra/bots/tools/luci-go/win64/cipd.exe
26 infra/bots/tools/luci-go/win64/isolate.exe
/external/skia/
D.gitignore19 infra/bots/README.recipes.md
20 infra/bots/gen_tasks_aux.go
21 infra/bots/tools/luci-go/linux64/cipd
22 infra/bots/tools/luci-go/linux64/isolate
23 infra/bots/tools/luci-go/mac64/cipd
24 infra/bots/tools/luci-go/mac64/isolate
25 infra/bots/tools/luci-go/win64/cipd.exe
26 infra/bots/tools/luci-go/win64/isolate.exe
/external/skqp/infra/bots/assets/
DREADME.md28 $ infra/bots/assets/assets.py add myasset
29 Creating asset in infra/bots/assets/myasset
30 Creating infra/bots/assets/myasset/download.py
31 Creating infra/bots/assets/myasset/upload.py
32 Creating infra/bots/assets/myasset/common.py
34 $ infra/bots/assets/myasset/upload.py -t ${MY_ASSET_LOCATION}
41 $ infra/bots/assets/assets.py add myasset
43 $ vi infra/bots/assets/myasset/create.py
45 $ infra/bots/assets/myasset/create_and_upload.py
/external/skia/infra/bots/assets/
DREADME.md28 $ infra/bots/assets/assets.py add myasset
29 Creating asset in infra/bots/assets/myasset
30 Creating infra/bots/assets/myasset/download.py
31 Creating infra/bots/assets/myasset/upload.py
32 Creating infra/bots/assets/myasset/common.py
34 $ infra/bots/assets/myasset/upload.py -t ${MY_ASSET_LOCATION}
41 $ infra/bots/assets/assets.py add myasset
43 $ vi infra/bots/assets/myasset/create.py
45 $ infra/bots/assets/myasset/create_and_upload.py
/external/skqp/infra/bots/tools/luci-go/
DREADME.md8 - mac64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-mac-10.10-64/
9 - linux64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-precise-64/
10 - win64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-win-64/
/external/skia/infra/bots/tools/luci-go/
DREADME.md8 - mac64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-mac-10.10-64/
9 - linux64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-precise-64/
10 - win64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-win-64/
/external/v8/tools/
Dcallstats.py.vpython12 # https://chromium.googlesource.com/infra/infra/+/master/infra/tools/dockerbuild/
23 # https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md
28 name: "infra/python/wheels/numpy/${vpython_platform}"
33 name: "infra/python/wheels/scipy/${vpython_platform}"
Drun-tests.py.vpython12 # https://chromium.googlesource.com/infra/infra/+/master/infra/tools/dockerbuild/
23 # https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md
30 name: "infra/python/wheels/pyyaml/${vpython_platform}"
/external/skqp/site/dev/testing/
Dautomated_testing.md23 Each Skia repository has an `infra/bots/tasks.json` file which defines the jobs
29 $ go get -u go.skia.org/infra/...
30 $ go run infra/bots/gen_tasks.go
33 [asset](https://skia.googlesource.com/skia/+/master/infra/bots/assets/README.md)
37 $ go run infra/bots/gen_tasks.go --test
109 [infra/bots/jobs.json][jobs json]. In some cases, you will need to make changes
113 [infra/bots/recipe_modules/flavor/gn_flavor.py][gn flavor py]
114 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py]
116 [infra/bots/recipes/perf.py][perf py]
118 After modifying any of the above files, run `make train` in the infra/bots
[all …]
/external/skia/site/dev/testing/
Dautomated_testing.md23 Each Skia repository has an `infra/bots/tasks.json` file which defines the jobs
29 $ go get -u go.skia.org/infra/...
30 $ go run infra/bots/gen_tasks.go
33 [asset](https://skia.googlesource.com/skia/+/master/infra/bots/assets/README.md)
37 $ go run infra/bots/gen_tasks.go --test
109 [infra/bots/jobs.json][jobs json]. In some cases, you will need to make changes
113 [infra/bots/recipe_modules/flavor/gn_flavor.py][gn flavor py]
114 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py]
116 [infra/bots/recipes/perf.py][perf py]
118 After modifying any of the above files, run `make train` in the infra/bots
[all …]
/external/skqp/infra/pathkit/docker/
DREADME.md26 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
52 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar…
66 # Run the following from $SKIA_ROOT/infra/pathkit
75 # Run the following from $SKIA_ROOT/infra/pathkit
81 …b -v $SKIA_ROOT:/SRC -v /tmp/dockergold:/OUT gold-karma-chrome-tests /SRC/infra/pathkit/test_pathk…
95 # Run the following from $SKIA_ROOT/infra/pathkit
104 # Run the following from $SKIA_ROOT/infra/pathkit
110 …b -v $SKIA_ROOT:/SRC -v /tmp/dockerperf:/OUT perf-karma-chrome-tests /SRC/infra/pathkit/perf_pathk…
/external/skia/infra/pathkit/docker/
DREADME.md26 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
52 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar…
66 # Run the following from $SKIA_ROOT/infra/pathkit
75 # Run the following from $SKIA_ROOT/infra/pathkit
81 …b -v $SKIA_ROOT:/SRC -v /tmp/dockergold:/OUT gold-karma-chrome-tests /SRC/infra/pathkit/test_pathk…
95 # Run the following from $SKIA_ROOT/infra/pathkit
104 # Run the following from $SKIA_ROOT/infra/pathkit
110 …b -v $SKIA_ROOT:/SRC -v /tmp/dockerperf:/OUT perf-karma-chrome-tests /SRC/infra/pathkit/perf_pathk…
/external/skqp/infra/bots/recipe_modules/
DREADME.md5 infra/bots/recipes). They are all Skia-specific and some are interrelated:
14 * infra - Shared infrastructure-related utilities.
22 $ python infra/bots/recipes.py test run --train
26 $ cd infra/bots; make train
/external/skia/infra/bots/recipe_modules/
DREADME.md5 infra/bots/recipes). They are all Skia-specific and some are interrelated:
14 * infra - Shared infrastructure-related utilities.
22 $ python infra/bots/recipes.py test run --train
26 $ cd infra/bots; make train
/external/skqp/infra/bots/recipes/
DREADME.md9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 …
16 $ python infra/bots/recipes.py test train
20 $ cd infra/bots; make train
/external/skia/infra/bots/recipes/
DREADME.md9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 …
16 $ python infra/bots/recipes.py test train
20 $ cd infra/bots; make train
/external/perfetto/docs/
DMakefile20 ln -s ../infra/perfetto-site.appspot.com/static static
21 make -C ../infra/perfetto-site.appspot.com/ static
/external/skqp/infra/bots/recipe_modules/infra/examples/
Dfull.py24 api.infra.go_version()
25 with api.infra.MetadataFetch(api, 'key', 'file'):
/external/skia/infra/bots/recipe_modules/infra/examples/
Dfull.py24 api.infra.go_version()
25 with api.infra.MetadataFetch(api, 'key', 'file'):
/external/skia/site/dev/sheriffing/
Dtrooper.md5 Documentation for troopering is found at [go/skia-infra-trooper](http://go/skia-infra-trooper) (Goo…
/external/skqp/infra/config/
Drecipes.cfg23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
27 "recipes_path": "infra/bots"
/external/skia/infra/config/
Drecipes.cfg23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
27 "recipes_path": "infra/bots",

123456