[ci] add approval button (#510)
This commit is contained in:
@@ -356,20 +356,35 @@ workflows:
|
|||||||
|
|
||||||
build-and-test-chipyard-integration:
|
build-and-test-chipyard-integration:
|
||||||
jobs:
|
jobs:
|
||||||
|
- ci-approval:
|
||||||
|
type: approval
|
||||||
|
|
||||||
# Make the toolchains
|
# Make the toolchains
|
||||||
- install-riscv-toolchain
|
- install-riscv-toolchain:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
- install-esp-toolchain
|
- install-esp-toolchain:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
- install-verilator
|
- install-verilator:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
- commit-on-master-check
|
- commit-on-master-check:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
# Attempt to apply the tutorial patches
|
# Attempt to apply the tutorial patches
|
||||||
- tutorial-setup-check
|
- tutorial-setup-check:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
# Check that documentation builds
|
# Check that documentation builds
|
||||||
- documentation-check
|
- documentation-check:
|
||||||
|
requires:
|
||||||
|
- ci-approval
|
||||||
|
|
||||||
# Build extra tests
|
# Build extra tests
|
||||||
- build-extra-tests:
|
- build-extra-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user