New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 764535 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 754527
issue 764383



Sign in to add a comment

[Findit] end-to-end separating pipelines based on failure type

Project Member Reported by chanli@chromium.org, Sep 12 2017

Issue description

After all sub pipelines are created, use the sub pipelines to have end-to-end separated pipelines for compile and test failures.
 
Project Member

Comment 3 by bugdroid1@chromium.org, Nov 17 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra/+/0d174bafce74a8e56a50a1128ebe68c9950cd04c

commit 0d174bafce74a8e56a50a1128ebe68c9950cd04c
Author: Chan <chanli@chromium.org>
Date: Fri Nov 17 17:58:58 2017

[Findit] Use a dedicated pipeline to identify test try job culprits.

1. copy waterfall/identify_try_job_culprit_pipeline to pipelines/test_failure/identify_test_try_job_culprit_pipeline
2. Remove logic about compile failures from the pipeline
3. move logics to service modules

Bug:  764535 
Change-Id: I130cddca9269fad641fb750e302308d83bcf078c
Reviewed-on: https://chromium-review.googlesource.com/773501
Commit-Queue: Chan Li <chanli@chromium.org>
Reviewed-by: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: Shuotao Gao <stgao@chromium.org>

[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/compile_failure/test/compile_try_job_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/compile_failure/compile_failure_analysis.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/model/test/wf_analysis_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/test/try_job_test.py
[add] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/pipelines/test_failure/identify_test_try_job_culprit_pipeline.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/pipelines/test_failure/start_test_try_job_pipeline.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/test/build_failure_analysis_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/pipelines/test_failure/test/start_test_try_job_pipeline_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/compile_failure/test/compile_failure_analysis_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/test_failure/test_try_job.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/compile_failure/compile_try_job.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/handlers/test/help_triage_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/test_failure/test/test_try_job_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/services/try_job.py
[add] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/pipelines/test_failure/test/identify_test_try_job_culprit_pipeline_test.py
[modify] https://crrev.com/0d174bafce74a8e56a50a1128ebe68c9950cd04c/appengine/findit/model/wf_analysis.py

Comment 4 by chanli@chromium.org, Feb 15 2018

Status: Fixed (was: Assigned)

Sign in to add a comment