We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7c781 commit e7c3fc6Copy full SHA for e7c3fc6
1 file changed
buildkite.sh
@@ -70,19 +70,26 @@ cat << EOF
70
echo "--- Running style testing"
71
make -f posix.mak style
72
label: "Style"
73
+EOF
74
+
75
+for model in 32 64 ; do
76
77
+cat << EOF
78
- command: |
79
${LOAD_DISTRIBUTION}
80
. ./buildkite/load_distribution.sh
81
echo "--- Merging with the upstream target branch"
82
./buildkite/merge_head.sh
83
echo "--- Running coverage testing"
- ./buildkite/test_coverage.sh
- label: "Coverage"
84
+ MODEL=$model ./buildkite/test_coverage.sh
85
+ label: "Coverage ($model)"
86
retry:
87
automatic:
88
limit: 2
89
EOF
90
91
+done
92
93
;;
94
*)
95
0 commit comments