Skip to content

Commit

Permalink
[ci] remove Azure Pipelines
Browse files Browse the repository at this point in the history
We have been using GitHub Actions for some time now, both for public CI
and private CI, and it seems to be functioning well.

Signed-off-by: Gary Guo <[email protected]>
  • Loading branch information
nbdd0121 committed Nov 22, 2024
1 parent 84232a5 commit f6dc715
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 311 deletions.
129 changes: 0 additions & 129 deletions azure-pipelines.yml

This file was deleted.

31 changes: 0 additions & 31 deletions ci/azp-private.yml

This file was deleted.

90 changes: 0 additions & 90 deletions ci/ibex-rtl-ci-steps.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ci/run-cosim-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# Run an elf against simple system co-simulation and check the UART output for
# reported pass/fail reporting as appropriate for use in Azure pipelines
# reported pass/fail reporting as appropriate for use in GitHub Actions

SKIP_PASS_CHECK=0

Expand Down
16 changes: 0 additions & 16 deletions ci/vars.yml

This file was deleted.

43 changes: 0 additions & 43 deletions ci/vars_to_logging_cmd.py

This file was deleted.

2 changes: 1 addition & 1 deletion doc/03_reference/verification_stages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ V2 Checklist
+---------------+-------------------------------------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Tests | SIM_FW_SIMULATED | N/A | No ROM or firmware present. |
+---------------+-------------------------------------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Regression | SIM_NIGHTLY_REGRESSION_V2 | Complete | Regression run in Azure pipeline only accessible to OpenTitan members. |
| Regression | SIM_NIGHTLY_REGRESSION_V2 | Complete | Regression run in GitHub Actions only accessible to OpenTitan members. |
| | | | Publicly viewable reports on the `OpenTitan regression dashboard <https://reports.opentitan.org/hw/top_earlgrey/dv/summary/latest/report.html>`_ are planned for V3. |
+---------------+-------------------------------------+------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Coverage | SIM_CODE_COVERAGE_V2 | Complete | Coverage results available in nightly regression run. |
Expand Down

0 comments on commit f6dc715

Please sign in to comment.