Use integer patchset and issue variables.
See https://skia-review.googlesource.com/c/buildbot/+/246397/ Change-Id: I39dae809abdc63007f65bc05040809d1a870b118 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/246302 Commit-Queue: Ben Wagner aka dogben <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
7b5d2d4557
commit
50b1248ed8
@ -177,10 +177,10 @@ var (
|
||||
// used where necessary.
|
||||
EXTRA_PROPS = map[string]string{
|
||||
"buildbucket_build_id": specs.PLACEHOLDER_BUILDBUCKET_BUILD_ID,
|
||||
"patch_issue": specs.PLACEHOLDER_ISSUE,
|
||||
"patch_issue": specs.PLACEHOLDER_ISSUE_INT,
|
||||
"patch_ref": specs.PLACEHOLDER_PATCH_REF,
|
||||
"patch_repo": specs.PLACEHOLDER_PATCH_REPO,
|
||||
"patch_set": specs.PLACEHOLDER_PATCHSET,
|
||||
"patch_set": specs.PLACEHOLDER_PATCHSET_INT,
|
||||
"patch_storage": specs.PLACEHOLDER_PATCH_STORAGE,
|
||||
"repository": specs.PLACEHOLDER_REPO,
|
||||
"revision": specs.PLACEHOLDER_REVISION,
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user