Commit 62a395e
committed
Fold greenlight lambda into the shared lambda release
**Impact:** CI/release tooling only — greenlight deployment flow and its docs
**Risk:** low
## What
Retires the standalone `greenlight-lambda-release.yml` workflow and moves the greenlight zip build into the shared lambda release (`_lambda-do-release-runners.yml`) as a new `build-greenlight-lambda` job, so `greenlight-scan.zip` is published alongside every other lambda under a single `v<timestamp>` tag. Also adds `greenlight/**` to the paths that trigger the release-tag workflow.
## Why
Greenlight had its own manual `workflow_dispatch` release cutting `greenlight-lambda-v<timestamp>` tags, separate from the shared lambda release. Consolidating means one tag, one Release carrying all lambda zips, and an automatic cut on any push to `main` that touches `greenlight/**` — no more remembering to run a dedicated workflow.
# Notes
- The greenlight leg keeps its own mise/uv/just (cp313) toolchain and smoke test rather than the `make deployment.zip` convention, so it's a dedicated job instead of a matrix entry.
- It runs `continue-on-error: true` (same rationale as the advisor-coverage leg): a broken greenlight build omits its zip from the Release instead of blocking the other lambdas. Operators should confirm `greenlight-scan.zip` is present before pinning a tag in the `pytorch-gha-infra-2` Terrafile.
- README and CHEATSHEET updated to describe the new flow.
Signed-off-by: Jean Schmidt <contato@jschmidt.me>1 parent 4236dca commit 62a395e
5 files changed
Lines changed: 68 additions & 65 deletions
File tree
- .github/workflows
- greenlight
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
134 | 186 | | |
135 | 187 | | |
136 | 188 | | |
137 | 189 | | |
138 | 190 | | |
| 191 | + | |
139 | 192 | | |
140 | 193 | | |
141 | 194 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
| |||
0 commit comments