Revert "[ci] Fix commit-on-master-check to find rocket-chip on graphics"
Just disable this job in ci-gpu.
This commit is contained in:
8
.github/scripts/check-commit.sh
vendored
8
.github/scripts/check-commit.sh
vendored
@@ -45,17 +45,11 @@ search () {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
submodules=("cva6" "boom" "ibex" "gemmini" "hwacha" "icenet" "nvdla" "sha3" "sifive-blocks" "sifive-cache" "testchipip" "riscv-sodor" "mempress" "bar-fetchers" "shuttle")
|
submodules=("cva6" "boom" "ibex" "gemmini" "hwacha" "icenet" "nvdla" "rocket-chip" "sha3" "sifive-blocks" "sifive-cache" "testchipip" "riscv-sodor" "mempress" "bar-fetchers" "shuttle")
|
||||||
dir="generators"
|
dir="generators"
|
||||||
branches=("master" "main" "dev")
|
branches=("master" "main" "dev")
|
||||||
search
|
search
|
||||||
|
|
||||||
# rocket-chip is forked to graphics branch
|
|
||||||
submodules=("rocket-chip")
|
|
||||||
dir="generators"
|
|
||||||
branches=("graphics")
|
|
||||||
search
|
|
||||||
|
|
||||||
submodules=("esp-tools-feedstock")
|
submodules=("esp-tools-feedstock")
|
||||||
dir="toolchains/esp-tools"
|
dir="toolchains/esp-tools"
|
||||||
branches=("main")
|
branches=("main")
|
||||||
|
|||||||
Reference in New Issue
Block a user