blob: bed96bd66c6b2ef91c5a230ebdb7452f000fdb2c [file] [log] [blame]
monorail_bug_default {
host: "bugs.chromium.org"
project: "chromium"
}
warning {
name: "PYTHON_RESULT_STEP_DEPRECATED"
description: "`api.python.result_step` is deprecated."
description: ""
description: "See bug for how to fix this usage."
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_SUCCEEDING_STEP_DEPRECATED"
description: "`api.python.succeeding_step` is deprecated."
description: ""
description: "Instead, please do:"
description: " api.step.empty(\"name\", step_text=\"some text\")"
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_SUCCEEDING_STEP_DEPRECATED_LOG"
description: "`api.python.succeeding_step` is deprecated."
description: ""
description: "Instead, please do:"
description: " api.step.empty(\"name\", log_text=\"some text\")"
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_FAILING_STEP_DEPRECATED"
description: "`api.python.failing_step` is deprecated."
description: ""
description: "Instead, please use:"
description: " api.step.empty(\"name\", status=api.step.FAILURE, step_text=\"some text\")"
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_FAILING_STEP_DEPRECATED_LOG"
description: "`api.python.failing_step` is deprecated."
description: ""
description: "Instead, please use:"
description: " api.step.empty(\"name\", status=api.step.FAILURE, log_text=\"some text\")"
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_INFRA_FAILING_STEP_DEPRECATED"
description: "`api.python.infra_failing_step` is deprecated."
description: ""
description: "Instead, please use:"
description: " api.step.empty(\"name\", status=api.step.INFRA_FAILURE, step_text=\"some text\")"
monorail_bug {
id: 1276131
}
}
warning {
name: "PYTHON_INFRA_FAILING_STEP_DEPRECATED_LOG"
description: "`api.python.infra_failing_step` is deprecated."
description: ""
description: "Instead, please use:"
description: " api.step.empty(\"name\", status=api.step.INFRA_FAILURE, log_text=\"some text\")"
monorail_bug {
id: 1276131
}
}