Commit 899516a
fix: add git init to 38 Dockerfile.sg_only files + update selection file for SDLC renames
Three fixes in this commit:
1. Add `git init -b main` to 38 Dockerfile.sg_only files that use `COPY repo`
(not `git clone`). Without git init, the COPY creates a plain directory and
`git add -A && git commit` fails with exit code 128. This was the root cause
of all 7 broken MCP reruns (cgen-deps-install-001 + 6 ccb_test tasks).
2. Update selected_benchmark_tasks.json for 4 SDLC suites (debug, design, fix,
secure = 85 tasks) whose task_dir values referenced old task names from before
the SDLC phase reorganization. The on-disk directories use new descriptive
names (e.g., navprove-qb-tab-001 → qutebrowser-tab-regression-prove-001).
3. Add rerun scripts: rerun_7_broken_mcp.sh (MCP-only for git-config-bug tasks)
and rerun_remaining_suites.sh (4 suites that didn't launch in original batch).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ebca796 commit 899516a
File tree
41 files changed
+1706
-2223
lines changed- benchmarks
- ccb_build
- bustub-hyperloglog-impl-001/environment
- cgen-deps-install-001/environment
- codecoverage-deps-install-001/environment
- dotenv-expand-deps-install-001/environment
- dotnetkoans-deps-install-001/environment
- eslint-markdown-deps-install-001/environment
- iamactionhunter-deps-install-001/environment
- pcap-parser-deps-install-001/environment
- python-http-class-naming-refac-001/environment
- similar-asserts-deps-install-001/environment
- ccb_debug
- ansible-vault-regression-prove-001/environment
- flipt-cache-regression-prove-001/environment
- qutebrowser-bookmark-regression-prove-001/environment
- qutebrowser-download-regression-prove-001/environment
- qutebrowser-tab-regression-prove-001/environment
- qutebrowser-url-regression-prove-001/environment
- teleport-ssh-regression-prove-001/environment
- tutanota-search-regression-prove-001/environment
- vuls-oval-regression-prove-001/environment
- ccb_design/etcd-grpc-api-upgrade-001/environment
- ccb_fix
- ansible-abc-imports-fix-001/environment
- ansible-module-respawn-fix-001/environment
- flipt-cockroachdb-backend-fix-001/environment
- flipt-ecr-auth-oci-fix-001/environment
- flipt-otlp-exporter-fix-001/environment
- flipt-trace-sampling-fix-001/environment
- nodebb-notif-dropdown-fix-001/environment
- nodebb-plugin-validate-fix-001/environment
- openlibrary-fntocli-adapter-fix-001/environment
- openlibrary-search-query-fix-001/environment
- openlibrary-solr-boolean-fix-001/environment
- protonmail-conv-testhooks-fix-001/environment
- protonmail-dropdown-sizing-fix-001/environment
- protonmail-holiday-calendar-fix-001/environment
- ccb_test
- llamacpp-context-window-search-001/environment
- llamacpp-file-modify-search-001/environment
- openhands-search-file-test-001/environment
- configs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1706
-2223
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments