Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Davis Goodin f2e20f366e
Add getmingw, a tool to get/use MinGW builds (#95) 2023-12-19 14:59:28 -08:00
Davis Goodin 6cec467e12
List all builds in single release tracking issue (#68)
* List all builds in single release tracking issue

* Use early exit if notification == ""

* Clarify test helper name r -> newState

* Use ".IsZero()", not "!= (time.Time{})"

* Update buildreport/buildreport_test.go

Co-authored-by: Quim Muntal <qmuntaldiaz@microsoft.com>

Co-authored-by: Quim Muntal <qmuntaldiaz@microsoft.com>
2022-10-21 10:32:38 -07:00
Davis Goodin 89299e081f
Attach retry instructions to release automation build as a markdown doc (#51)
* Show clear retry instructions in markdown

Upload a doc describing how to retry to the AzDO build as a "summary" of the build. This makes AzDO display the subset-of-markdown document its own tab on the build summary screen, which is a lot easier to get to than digging into the logs of a specific build step to find the instructions. This is also an opportunity to filter out unnecessary instructions.

Update release docs to match.

Include a direct link to the page showing the retry doc in status update release issue comments.

Fix an inconsistent "." in the Report Failure step vs. the Report Success step.

* Use LogCmd prefix, point to new doc in comments

Rename AzDO logging command funcs to use LogCmd prefix and follow the AzDO command naming more closely. Update comments: improve descriptions and link to the new logging command doc page rather than the old one.
2022-07-06 14:26:14 -05:00
Davis Goodin 93318b1647 Move GetEnvBuildURL to azdo package
This is where it belongs: it's specific to CI builds in AzDO. Moving it removes clutter from the releasego package and it may be used by other packages in the future.
2022-06-22 10:48:00 -07:00
Davis Goodin 89e0627267
Add microsoft/go release-build automation (#42)
* Centralize sync package and add "releasego sync"

* Add microsoft/go build-running automation

* Update cmd/releasego/build-pipeline.go: close response body

Co-authored-by: Quim Muntal <quimmuntal@gmail.com>

* Use bytes.NewReader, not strings; fix tab

Co-authored-by: Quim Muntal <quimmuntal@gmail.com>
2022-05-24 18:14:27 -05:00