Rename RecreateSKPs_Canary to RecreateSKPs_DryRun
Change-Id: Icc731852d3b9efdec70c649cfcc4b5c9a47bc584 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/312492 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
parent
260062ded3
commit
5163831a9e
@ -148,7 +148,7 @@
|
||||
"Canary-Flutter",
|
||||
"Canary-G3",
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All",
|
||||
"Housekeeper-Nightly-RecreateSKPs_Canary",
|
||||
"Housekeeper-Nightly-RecreateSKPs_DryRun",
|
||||
"Housekeeper-Nightly-UpdateGoDeps",
|
||||
"Housekeeper-OnDemand-Presubmit",
|
||||
"Housekeeper-PerCommit",
|
||||
|
@ -25,7 +25,7 @@ DEPS = [
|
||||
TEST_BUILDERS = {
|
||||
'client.skia.compile': {
|
||||
'skiabot-linux-swarm-000': [
|
||||
'Housekeeper-Nightly-RecreateSKPs_Canary',
|
||||
'Housekeeper-Nightly-RecreateSKPs_DryRun',
|
||||
'Housekeeper-Weekly-RecreateSKPs',
|
||||
],
|
||||
},
|
||||
@ -74,13 +74,13 @@ def RunSteps(api):
|
||||
'--chrome_src_path', src_dir,
|
||||
'--browser_executable', src_dir.join('out', 'Release', 'chrome'),
|
||||
'--target_dir', output_dir]
|
||||
if 'Canary' not in api.properties['buildername']:
|
||||
if 'DryRun' not in api.properties['buildername']:
|
||||
cmd.append('--upload_to_partner_bucket')
|
||||
with api.context(cwd=skia_dir):
|
||||
api.run(api.step, 'Recreate SKPs', cmd=cmd)
|
||||
|
||||
# Upload the SKPs.
|
||||
if 'Canary' not in api.properties['buildername']:
|
||||
if 'DryRun' not in api.properties['buildername']:
|
||||
cmd = ['python',
|
||||
skia_dir.join('infra', 'bots', 'upload_skps.py'),
|
||||
'--target_dir', output_dir,
|
||||
@ -90,7 +90,7 @@ def RunSteps(api):
|
||||
|
||||
|
||||
def GenTests(api):
|
||||
builder = 'Housekeeper-Nightly-RecreateSKPs_Canary'
|
||||
builder = 'Housekeeper-Nightly-RecreateSKPs_DryRun'
|
||||
yield (
|
||||
api.test(builder) +
|
||||
api.properties(buildername=builder,
|
||||
|
@ -753,9 +753,9 @@
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
|
||||
]
|
||||
},
|
||||
"Housekeeper-Nightly-RecreateSKPs_Canary": {
|
||||
"Housekeeper-Nightly-RecreateSKPs_DryRun": {
|
||||
"tasks": [
|
||||
"Housekeeper-Nightly-RecreateSKPs_Canary"
|
||||
"Housekeeper-Nightly-RecreateSKPs_DryRun"
|
||||
],
|
||||
"trigger": "nightly"
|
||||
},
|
||||
@ -15005,7 +15005,7 @@
|
||||
"max_attempts": 1,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
},
|
||||
"Housekeeper-Nightly-RecreateSKPs_Canary": {
|
||||
"Housekeeper-Nightly-RecreateSKPs_DryRun": {
|
||||
"caches": [
|
||||
{
|
||||
"name": "git",
|
||||
@ -15075,7 +15075,7 @@
|
||||
"skia/infra/bots/run_recipe.py",
|
||||
"${ISOLATED_OUTDIR}",
|
||||
"recreate_skps",
|
||||
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Housekeeper-Nightly-RecreateSKPs_Canary\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
|
||||
"{\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"buildbucket_build_id\":\"<(BUILDBUCKET_BUILD_ID)\",\"buildername\":\"Housekeeper-Nightly-RecreateSKPs_DryRun\",\"patch_issue\":\"<(ISSUE_INT)\",\"patch_ref\":\"<(PATCH_REF)\",\"patch_repo\":\"<(PATCH_REPO)\",\"patch_set\":\"<(PATCHSET_INT)\",\"patch_storage\":\"<(PATCH_STORAGE)\",\"repository\":\"<(REPO)\",\"revision\":\"<(REVISION)\",\"swarm_out_dir\":\"output_ignored\",\"task_id\":\"<(TASK_ID)\"}",
|
||||
"skia"
|
||||
],
|
||||
"dependencies": [
|
||||
|
Loading…
Reference in New Issue
Block a user