| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| description: Issue to track regression failure triaging. |
| labels: ["Component:TestTriage"] |
| label: Hierarchy of regression failure |
| description: What hierarchy level is the regression failure? |
| label: Failure Description |
| description: A description of the test failure |
| Example: UVM_FATAL @ 1.270237 us: (mem_bkdr_util.sv:480) [mem_bkdr_util[Rom]] file test_rom_sim_dv.scr.39.vmem could not be opened for r mode |
| label: Steps to Reproduce |
| - GitHub Revision: HASH_VALUE |
| - dvsim invocation command to reproduce the failure, inclusive of build and run seeds: |
| ./util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i TEST_NAME --build-seed BUILD_SEED --fixed-seed FAILING_SEED --waves fsdb |
| - Kokoro build number if applicable |
| label: Tests with similar or related failures |