Commit c7c9101
feat: inject SOURCEGRAPH_REPO_NAME into all 165 SDLC Dockerfile.sg_only files
Adds ENV SOURCEGRAPH_REPO_NAME (single-repo) or ENV SOURCEGRAPH_REPOS
(multi-repo, comma-separated) to every Dockerfile.sg_only across all 8
SDLC suites (ccb_build, ccb_debug, ccb_design, ccb_document, ccb_fix,
ccb_secure, ccb_test, ccb_understand).
Mapping rules applied:
- sg-benchmarks/* custom mirrors: flipt, ansible, openlibrary, nodebb,
navidrome, protonmail, numpy, pandas, scikit-learn, aspnetcore, calcom,
ghost, curl, kafka, etcd, llama.cpp, OpenHands, linux kernel (5 mirrors),
DIBench repos (cgen, IAMActionHunter, pcap-parser, similar-asserts,
CodeCoverageSummary, DotNetKoans, eslint-markdown, dotenv-expand),
k8s-stripped (doc tasks), envoy/terraform version-pinned mirrors
- github.com/* public repos: django, envoy, k8s, kafka, flink, istio,
cilium, argocd, grafana, prometheus, rust, servo, strata, postgres,
terraform, vscode, pytorch, qutebrowser, teleport, tutanota, etc.
- 15 multi-repo tasks use SOURCEGRAPH_REPOS (comma-separated list)
- 5 already-set tasks skipped: curl-cve-triage-001,
curl-vuln-reachability-001, kafka-vuln-reachability-001,
envoy-code-review-001, vscode-code-review-001
Also adds scripts/inject_sg_repo_env.py (the injection tool used).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f5ba584 commit c7c9101
File tree
166 files changed
+663
-0
lines changed- benchmarks
- ccb_build
- bustub-hyperloglog-impl-001/environment
- camel-fix-protocol-feat-001/environment
- cgen-deps-install-001/environment
- codecoverage-deps-install-001/environment
- django-dep-refactor-001/environment
- dotenv-expand-deps-install-001/environment
- dotnetkoans-deps-install-001/environment
- envoy-grpc-server-impl-001/environment
- eslint-markdown-deps-install-001/environment
- flink-pricing-window-feat-001/environment
- flipt-dep-refactor-001/environment
- iamactionhunter-deps-install-001/environment
- k8s-noschedule-taint-feat-001/environment
- k8s-runtime-object-impl-001/environment
- k8s-score-normalizer-refac-001/environment
- kafka-batch-accumulator-refac-001/environment
- pcap-parser-deps-install-001/environment
- python-http-class-naming-refac-001/environment
- rust-subtype-relation-refac-001/environment
- servo-scrollend-event-feat-001/environment
- similar-asserts-deps-install-001/environment
- strata-cds-tranche-feat-001/environment
- strata-fx-european-refac-001/environment
- tensorrt-mxfp4-quant-feat-001/environment
- vscode-stale-diagnostics-feat-001/environment
- ccb_debug
- ansible-vault-regression-prove-001/environment
- django-admins-migration-audit-001/environment
- envoy-duplicate-headers-debug-001/environment
- flipt-cache-regression-prove-001/environment
- grafana-table-panel-regression-001/environment
- istio-xds-destrul-debug-001/environment
- linux-acpi-backlight-fault-001/environment
- linux-hda-intel-suspend-fault-001/environment
- linux-iwlwifi-subdevice-fault-001/environment
- linux-nfs-inode-revalidate-fault-001/environment
- linux-ssd-trim-timeout-fault-001/environment
- prometheus-queue-reshard-debug-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
- terraform-phantom-update-debug-001/environment
- tutanota-search-regression-prove-001/environment
- vuls-oval-regression-prove-001/environment
- ccb_design
- camel-routing-arch-001/environment
- django-modeladmin-impact-001/environment
- django-orm-query-arch-001/environment
- django-pre-validate-signal-design-001/environment
- django-rate-limit-design-001/environment
- envoy-routeconfig-dep-chain-001/environment
- envoy-stream-aggregated-sym-001/environment
- etcd-grpc-api-upgrade-001/environment
- flink-checkpoint-arch-001/environment
- flipt-protobuf-metadata-design-001/environment
- flipt-transitive-deps-001/environment
- k8s-crd-lifecycle-arch-001/environment
- k8s-dra-allocation-impact-001/environment
- k8s-scheduler-arch-001/environment
- k8s-typemeta-dep-chain-001/environment
- kafka-flink-streaming-arch-001/environment
- postgres-query-exec-arch-001/environment
- quantlib-barrier-pricing-arch-001/environment
- terraform-provider-iface-sym-001/environment
- ccb_document
- cilium-api-doc-gen-001/environment
- docgen-changelog-001/environment
- docgen-changelog-002/environment
- docgen-inline-001/environment
- docgen-inline-002/environment
- docgen-onboard-001/environment
- docgen-runbook-001/environment
- docgen-runbook-002/environment
- envoy-arch-doc-gen-001/environment
- envoy-migration-doc-gen-001/environment
- istio-arch-doc-gen-001/environment
- k8s-apiserver-doc-gen-001/environment
- k8s-applyconfig-doc-gen-001/environment
- k8s-clientgo-doc-gen-001/environment
- k8s-controller-mgr-doc-gen-001/environment
- k8s-fairqueuing-doc-gen-001/environment
- kafka-api-doc-gen-001/environment
- terraform-arch-doc-gen-001/environment
- terraform-migration-doc-gen-001/environment
- vscode-api-doc-gen-001/environment
- ccb_fix
- ansible-abc-imports-fix-001/environment
- ansible-module-respawn-fix-001/environment
- django-modelchoice-fk-fix-001/environment
- django-select-for-update-fix-001/environment
- flipt-cockroachdb-backend-fix-001/environment
- flipt-ecr-auth-oci-fix-001/environment
- flipt-eval-latency-fix-001/environment
- flipt-otlp-exporter-fix-001/environment
- flipt-trace-sampling-fix-001/environment
- k8s-dra-scheduler-event-fix-001/environment
- kafka-producer-bufpool-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
- pytorch-cudnn-version-fix-001/environment
- pytorch-dynamo-keyerror-fix-001/environment
- pytorch-release-210-fix-001/environment
- pytorch-relu-gelu-fusion-fix-001/environment
- pytorch-tracer-graph-cleanup-fix-001/environment
- ccb_secure
- django-audit-trail-implement-001/environment
- django-cross-team-boundary-001/environment
- django-csrf-session-audit-001/environment
- django-legacy-dep-vuln-001/environment
- django-policy-enforcement-001/environment
- django-repo-scoped-access-001/environment
- django-role-based-access-001/environment
- django-sensitive-file-exclusion-001/environment
- envoy-cve-triage-001/environment
- envoy-vuln-reachability-001/environment
- flipt-degraded-context-fix-001/environment
- flipt-repo-scoped-access-001/environment
- golang-net-cve-triage-001/environment
- grpcurl-transitive-vuln-001/environment
- kafka-sasl-auth-audit-001/environment
- postgres-client-auth-audit-001/environment
- wish-transitive-vuln-001/environment
- ccb_test
- aspnetcore-code-review-001/environment
- calcom-code-review-001/environment
- curl-security-review-001/environment
- ghost-code-review-001/environment
- kafka-security-review-001/environment
- llamacpp-context-window-search-001/environment
- llamacpp-file-modify-search-001/environment
- numpy-array-sum-perf-001/environment
- openhands-search-file-test-001/environment
- pandas-groupby-perf-001/environment
- sklearn-kmeans-perf-001/environment
- terraform-code-review-001/environment
- test-coverage-gap-001/environment
- test-coverage-gap-002/environment
- test-integration-001/environment
- test-integration-002/environment
- test-unitgen-go-001/environment
- test-unitgen-py-001/environment
- ccb_understand
- argocd-arch-orient-001/environment
- argocd-sync-reconcile-qa-001/environment
- cilium-ebpf-datapath-handoff-001/environment
- cilium-ebpf-fault-qa-001/environment
- cilium-project-orient-001/environment
- django-composite-field-recover-001/environment
- django-template-inherit-recall-001/environment
- envoy-contributor-workflow-001/environment
- envoy-ext-authz-handoff-001/environment
- envoy-filter-chain-qa-001/environment
- envoy-request-routing-qa-001/environment
- istio-xds-serving-qa-001/environment
- k8s-cri-containerd-reason-001/environment
- kafka-build-orient-001/environment
- kafka-contributor-workflow-001/environment
- kafka-message-lifecycle-qa-001/environment
- numpy-dtype-localize-001/environment
- terraform-plan-pipeline-qa-001/environment
- terraform-state-backend-handoff-001/environment
- vscode-ext-host-qa-001/environment
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+663
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments