File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : SimMACE regression test (AMD64 GNU/Linux Clang)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-clang-simmace .yml"
10+ - " .github/workflows/simmace- regression-test-with-clang.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-clang-simmace .yml"
22+ - " .github/workflows/simmace- regression-test-with-clang.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change 11name : SimMACE regression test (AMD64 GNU/Linux GCC)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-gcc-simmace .yml"
10+ - " .github/workflows/simmace- regression-test-with-gcc.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-gcc-simmace .yml"
22+ - " .github/workflows/simmace- regression-test-with-gcc.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change 11name : SimMMS regression test (AMD64 GNU/Linux Clang)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-clang-simmms .yml"
10+ - " .github/workflows/simmms- regression-test-with-clang.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-clang-simmms .yml"
22+ - " .github/workflows/simmms- regression-test-with-clang.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change 11name : SimMMS regression test (AMD64 GNU/Linux GCC)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-gcc-simmms .yml"
10+ - " .github/workflows/simmms- regression-test-with-gcc.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-gcc-simmms .yml"
22+ - " .github/workflows/simmms- regression-test-with-gcc.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change 11name : SimTTC regression test (AMD64 GNU/Linux Clang)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-clang-simttc .yml"
10+ - " .github/workflows/simttc- regression-test-with-clang.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-clang-simttc .yml"
22+ - " .github/workflows/simttc- regression-test-with-clang.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change 11name : SimTTC regression test (AMD64 GNU/Linux GCC)
2- # NOTE: This file is auto-generated
2+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
33
44on :
55 push :
66 branches :
77 - main
88 - rc
99 paths :
10- - " .github/workflows/regression-test-with-gcc-simttc .yml"
10+ - " .github/workflows/simttc- regression-test-with-gcc.yml"
1111 - " src/**"
1212 - " test/**"
1313 - " MACE.c\\ +\\ +"
1919 - main
2020 - rc
2121 paths :
22- - " .github/workflows/regression-test-with-gcc-simttc .yml"
22+ - " .github/workflows/simttc- regression-test-with-gcc.yml"
2323 - " src/**"
2424 - " test/**"
2525 - " MACE.c\\ +\\ +"
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ mkdir -p -v "$workflow_dir"
1919
2020module_lower=" $( echo " $module_name " | tr ' [:upper:]' ' [:lower:]' ) "
2121
22- out_gcc_rel=" .github/workflows/regression-test-with-gcc- ${module_lower} .yml"
23- out_clang_rel=" .github/workflows/regression-test-with-clang- ${module_lower} .yml"
22+ out_gcc_rel=" .github/workflows/${module_lower} - regression-test-with-gcc.yml"
23+ out_clang_rel=" .github/workflows/${module_lower} - regression-test-with-clang.yml"
2424out_gcc=" ${repo_root} /${out_gcc_rel} "
2525out_clang=" ${repo_root} /${out_clang_rel} "
2626
2727cat > " $out_gcc " << EOF
2828name: ${module_name} regression test (AMD64 GNU/Linux GCC)
29- # NOTE: This file is auto-generated
29+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
3030
3131on:
3232 push:
105105
106106cat > " $out_clang " << EOF
107107name: ${module_name} regression test (AMD64 GNU/Linux Clang)
108- # NOTE: This file is auto-generated
108+ # NOTE: This file is auto-generated by tooling/gen-regression-workflows.sh
109109
110110on:
111111 push:
You can’t perform that action at this time.
0 commit comments