| google_issue_default { |
| host: "crbug.com" |
| } |
| |
| warning { |
| name: "BUILDBUCKET_BUILD_ID_DEPRECATED" |
| description: "api.buildbucket.build_id is deprecated." |
| description: "" |
| description: "Use api.buildbucket.build.id instead." |
| deadline: "2024-06-01" |
| google_issue { id: 332774996 } |
| } |
| |
| warning { |
| name: "BUILDBUCKET_BUILD_INPUT_DEPRECATED" |
| description: "api.buildbucket.build_input is deprecated." |
| description: "" |
| description: "Use api.buildbucket.build.input instead." |
| deadline: "2024-06-01" |
| google_issue { id: 332774996 } |
| } |
| |
| warning { |
| name: "BUILDBUCKET_BUILDER_ID_DEPRECATED" |
| description: "api.buildbucket.builder_id is deprecated." |
| description: "" |
| description: "Use api.buildbucket.build.builder instead." |
| deadline: "2024-06-01" |
| google_issue { id: 332774996 } |
| } |
| |
| warning { |
| name: "JSON_READ_DEPRECATED" |
| description: "api.json.read() is deprecated." |
| description: "" |
| description: "Use api.file.read_json() instead." |
| deadline: "2024-06-01" |
| google_issue { host: "crbug.com" id: 332774562 } |
| } |
| |
| warning { |
| name: "PYTHON2_DEPRECATED" |
| description: "Python2 is deprecated." |
| description: "" |
| description: "The indicated step is invoking vpython or python2." |
| description: "Please switch this to `vpython3` or `python3`." |
| } |
| |
| warning { |
| name: "STEP_NEST_PRESENTATION_DEPRECATED" |
| description: ".presentation on value yielded by api.step.nest() is deprecated" |
| description: "" |
| description: "Specifically, this is deprecated:" |
| description: "" |
| description: " with api.step.nest('foo') as foo:" |
| description: " foo.presentation.step_summary_text = '...'" |
| description: "" |
| description: "Instead, try the following:" |
| description: "" |
| description: " with api.step.nest('foo') as pres:" |
| description: " pres.step_summary_text = '...'" |
| deadline: "2024-06-01" |
| google_issue { id: 332773904 } |
| } |