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:
Hansung Kim
2023-10-05 14:25:34 -07:00
parent b15765184e
commit 53cacef312

View File

@@ -45,17 +45,11 @@ search () {
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"
branches=("master" "main" "dev")
search
# rocket-chip is forked to graphics branch
submodules=("rocket-chip")
dir="generators"
branches=("graphics")
search
submodules=("esp-tools-feedstock")
dir="toolchains/esp-tools"
branches=("main")