Commit Graph

254 Commits

Author SHA1 Message Date
shishu314 930d96dde6 fix(infra) - Create a step to calculate the inputs for the nightly-release (#10825)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-10-10 15:00:11 +00:00
shishu314 b6bb35ca8d fix(infra) - Fix missing package error (#10595)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-10-07 18:58:05 +00:00
Adam Weidman f256ec9edf Fix quoting when echoing workflow JSON (#10596) 2025-10-07 16:10:52 +00:00
Sandy Tao 2690f82558 fix(ci): ensure dry-run is false for scheduled nightly releases (#10571) 2025-10-07 01:34:26 +00:00
Gal Zahavi b035409787 ci(release): remove 'dev' option from manual release (#10374) 2025-10-06 19:25:16 +00:00
Adam Weidman 43514bf837 chore(actions): mark wombat-token-cli as required (#10590) 2025-10-06 15:26:35 +00:00
Tommaso Sciortino 021a43fb43 Temporarily remove NPM integration tests till we resolve #10517 (#10520) 2025-10-05 15:25:45 +00:00
Shreya Keshive 3e509445bf feat(lint): add sensitive keyword linter (#10488) 2025-10-03 17:25:28 +00:00
Shreya Keshive f4957730ee feat(ci): add ability to publish packages to private github registry for testing (#10348) 2025-10-03 15:41:32 +00:00
Richie Foreman 5bfb0755df feat(ci): Add some very basic smoke testing to CI.yml (#10451) 2025-10-03 14:43:06 +00:00
Tommaso Sciortino 8370f261a8 Change "Create Pull Request" action to not try merging (#10379) 2025-10-02 22:01:42 +00:00
shishu314 d5e10b2828 Fix(infra) - Give merge queue skipper read-all access (#10368)
Co-authored-by: Shi Shu <shii@google.com>
2025-10-02 17:15:25 +00:00
Shreya Keshive 9130f70224 fix(ci) update wording of promote action output to be more clear (#10369) 2025-10-02 16:31:26 +00:00
Richie Foreman 83801c0950 feat(ci): Add npx run testing to Release Verification Testing (#10352) 2025-10-02 15:28:41 +00:00
Shreya Keshive d07a8ba703 fix(release): propagate force_skip_tests to publish jobs (#10355) 2025-10-01 18:27:21 +00:00
Tommaso Sciortino 164248377f Fix dry run. (#10286) 2025-10-01 03:42:56 +00:00
Tommaso Sciortino 4a1254a4be Print inputs for all actions. (#10284) 2025-10-01 03:38:18 +00:00
Shreya Keshive 395bc0d931 fix(release): Fix promotion workflow (#10261) 2025-09-30 23:16:53 +00:00
shishu314 a393ae3e48 feat(infra)- Use queue skipper for CI (#9773)
Co-authored-by: Shi Shu <shii@google.com>
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-09-30 18:58:56 +00:00
Tommaso Sciortino 0ea0047bcc Verify npm release by running integration tests (#10174) 2025-09-30 18:24:12 +00:00
Tommaso Sciortino e5185f4269 Fix Release Nightly (#10186) 2025-09-30 14:52:56 +00:00
Shreya Keshive f85061408f ci(release): Skip tests by default in scheduled nightly workflow (#10184) 2025-09-29 20:33:06 +00:00
shishu314 61a7cb1a8e fix(infra)- Add pr number to release branches (#9506)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-29 17:14:53 +00:00
shishu314 9fd7430fd4 feat(infra) - Add workflow for rollbacking a change (#9261)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-29 15:02:29 +00:00
anthony bushong 317b7a727d fix(actions): hydrate env vars into nightly failure issue/issue body (#10087) 2025-09-29 11:26:47 +00:00
matt korwel 4bd540eb95 Mac required (#10007) 2025-09-27 00:23:48 +00:00
matt korwel 4398631ef6 feat: Use PAT for gemini-cli-robot in release workflows (#9804)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
2025-09-26 23:35:26 +00:00
Michael Bleigh f3499574e4 chore(docs): adds GitHub action to rebuild docs on change (#9987) 2025-09-26 20:21:50 +00:00
matt korwel 9b0c3b0e25 fix(deps): resolve ansi-regex dependency conflict (#9964) 2025-09-26 10:00:54 -07:00
shrutip90 821484ad0c Create issues on manual release failures similar to other release pro… (#9786) 2025-09-25 23:01:07 +00:00
matt korwel 03bc9bca2d fix(ci): e2e workflow aligned with release (#9296) 2025-09-25 18:26:07 +00:00
matt korwel 4d2e91b850 change patch name for consistency (#9249)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-25 04:05:50 +00:00
matt korwel 76a8bbaafc handling propper checkouts for releasemanual (#8954) 2025-09-25 03:57:16 +00:00
Richie Foreman 738e765c1b feat(ci): Push Sandbox images to dockerhub instead of GHCR (#9163) 2025-09-24 16:46:51 +00:00
Tommaso Sciortino ac37fa413c Add log groups to run tests (#9275) 2025-09-24 16:43:45 +00:00
Tommaso Sciortino 78011ebf52 Fix broken icon on force_skip_tests option in "Release: Manual" (#9246) 2025-09-24 16:17:18 +00:00
Shardul Natu 5684eeedd7 fix(typo): Fix the commit sha of a mistyped action (#9310)
Co-authored-by: Shnatu <snatu@google.com>
2025-09-24 15:53:04 +00:00
matt korwel e4852b7f13 Test workflow dispatch (#9283)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-24 02:59:58 +00:00
Tommaso Sciortino afb36d0b6d Fix broken if (#9270) 2025-09-23 22:07:35 +00:00
shishu314 86e5a489a4 feat(infra) - Add file for rollback workflow (#9211)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-23 19:36:41 +00:00
shishu314 a6f0f239d5 cleanup(infra) - Remove change tags action (#9201)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-23 18:21:55 +00:00
Richie Foreman 51acbe75dd fix(ci): Perform release verification in a separate working dir. (#9234)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-09-23 16:55:47 +00:00
shishu314 16771d6244 feat(infra) - Add empty action file for change tags (#9158)
Co-authored-by: Shi Shu <shii@google.com>
2025-09-23 01:59:16 +00:00
Richie Foreman a76d489dd2 feat(ci): Add a "verify release" action + workflow to the pipeline (#8929)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-09-22 19:30:42 +00:00
Richie Foreman 18deef672b feat(CI): Add a github action to build the sandbox image and push to GHCR (#8670)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
2025-09-20 14:19:03 +00:00
Tommaso Sciortino 5158d97444 Add skip_github_release option to Manual Release. (#8932) 2025-09-19 19:13:33 +00:00
matt korwel e35c19b790 Release: Ensure Tag Modification works (#8931)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-19 18:43:39 +00:00
Tommaso Sciortino ac08b6a0cf Rollback shrinkwrap (#8926) 2025-09-19 18:22:01 +00:00
matt korwel a21630efa2 Finalizing Patching End 2 End (#8906)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-19 05:39:38 -07:00
matt korwel a57d33dbbc permissions (#8903)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
2025-09-19 04:15:17 -07:00