Try uploaded: in tag

I think this is taking effect now (e.g.
https://ci.chromium.org/p/crashpad/builders/try/crashpad_try_win_dbg/1539
), but should included the "uploaded:" prefix to get the right tag (at
least that's my next guess).

TBR: justincohen@chromium.org
Change-Id: I65942962eb87f778c199f03528145303af930e22
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2859470
Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Scott Graham 2021-04-29 10:19:33 -07:00
parent 7e32faac2e
commit b51b0b9c11

View File

@ -78,7 +78,7 @@ builder_mixins {
dimensions: "os:Windows-10" dimensions: "os:Windows-10"
recipe { recipe {
properties: "target_os:win" properties: "target_os:win"
properties_j: "$depot_tools/windows_sdk:{\"version\":\"2021-04-28\"}" properties_j: "$depot_tools/windows_sdk:{\"version\":\"uploaded:2021-04-28\"}"
} }
} }