mkorwel
33fc71b22e
refactor(ci): centralize workflow permissions
...
Consolidates all job-level permissions into a single workflow-level block in 'ci.yml'.
This simplifies the workflow configuration and makes it easier to manage permissions. The workflow-level permissions now include all necessary permissions for the 'test_linux', 'test_mac', 'codeql', and 'bundle_size' jobs.
2025-10-21 21:54:38 -07:00
mkorwel
f6727cc14f
fix(workflows): Add packages:read permission and rename orchestrator
...
Adds 'packages: read' permission to the 'ci.yml' and 'e2e.yml' workflows. This is necessary to allow the jobs to download packages from the GitHub Packages registry, fixing the 403 Forbidden error during 'npm install'.
Also renames the 'orchestrator.yml' workflow from 'PR Checks' to 'Checks' for brevity.
2025-10-21 21:48:31 -07:00
mkorwel
2e0bf57e63
linting
2025-10-21 21:40:43 -07:00
mkorwel
27fceb9679
remove merge check
2025-10-21 21:29:37 -07:00
mkorwel
a6c9eaabf6
Feat: Implement dynamic versioning and PR-based tagging for CI builds
2025-10-21 21:08:37 -07:00
mkorwel
dc3072c597
Fix: Remove concurrency from orchestrator.yml to resolve deadlock
2025-10-21 20:54:49 -07:00
mkorwel
f0ccf3e52d
include githuboutput
2025-10-21 20:45:43 -07:00
mkorwel
cc5ce59dca
waht hwat
2025-10-21 20:40:27 -07:00
mkorwel
1eba9123de
what
2025-10-21 20:38:19 -07:00
mkorwel
7226817a6b
fix(ci): correct syntax in orchestrator permissions
2025-10-21 20:37:07 -07:00
mkorwel
111c598ed9
fix(ci): correct syntax in orchestrator permissions
2025-10-21 20:26:51 -07:00
mkorwel
d66884a38b
fix(ci): restore full explicit permissions to orchestrator
2025-10-21 20:25:47 -07:00
mkorwel
4155f7404b
fix(ci): simplify orchestrator permissions to read-all
2025-10-21 20:23:56 -07:00
mkorwel
6038f48241
fix(ci): add all required read permissions to orchestrator
2025-10-21 20:20:02 -07:00
mkorwel
af5b5d5ccc
fix(ci): add actions:read permission to orchestrator
2025-10-21 20:18:51 -07:00
mkorwel
2530610a59
fix(ci): grant check and status write permissions to orchestrator
2025-10-21 20:17:20 -07:00
mkorwel
69f9bfb67b
fix(ci): add permissions to orchestrator workflow
2025-10-21 20:13:05 -07:00
mkorwel
4955b470db
orchestrator
2025-10-21 20:07:37 -07:00
mkorwel
ff3398f297
feat(ci): Implement orchestrator workflow for unified build and test
2025-10-21 19:21:59 -07:00
mkorwel
a28ff41a75
fix(ci): Add npmrc configuration to E2E workflow
...
This commit adds a step to the E2E workflow to create an .npmrc file and configure it with the necessary credentials for the GitHub Packages registry. This resolves the '401 Unauthorized' error that was occurring during the 'npm ci' step.
2025-10-21 18:46:31 -07:00
mkorwel
989352f557
feat: Add NOTICES.txt validation to CI workflow
...
fix: Update NOTICES.txt to reflect current dependencies
2025-10-21 16:35:56 -07:00
shishu314
f5e07d94bd
fix(infra) - Fix how we download and upload repo names ( #11613 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-21 20:33:54 +00:00
shishu314
3443946087
fix(infra) - Fix issues with downloading repo artifact ( #11606 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-21 19:33:00 +00:00
Richie Foreman
af833c5eff
feat(release): Add dev env support to release-3-patch ( #11458 )
2025-10-21 19:04:21 +00:00
Richie Foreman
74a7771943
fix(ci): Default all GHA env variables to 'prod' set ( #11572 )
...
Co-authored-by: Shreya Keshive <shreyakeshive@google.com >
2025-10-21 19:02:48 +00:00
Shreya Keshive
193b4bba91
bump nightly test an hour ( #11603 )
2025-10-21 19:01:05 +00:00
shishu314
cb8f93bad7
Feat(infra) - Make chained e2e workflow run e2e tests ( #11521 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-21 18:23:34 +00:00
cornmander
9d0177e0ce
Use env variables in workflows ( #11585 )
2025-10-21 18:14:27 +00:00
Shreya Keshive
f0eed9b221
Temporarily update nightly release schedule ( #11573 )
2025-10-21 14:12:39 -04:00
cornmander
0ed4f98087
Pin auth action in eval workflow ( #11584 )
2025-10-21 17:45:03 +00:00
matt korwel
14867c7c14
fix(workflow): Add missing comma in release-patch-0-from-comment.yml ( #11588 )
2025-10-21 10:38:30 -07:00
Richie Foreman
81772c4252
feat(release): Add dev support to patch2 workflow ( #11460 )
2025-10-21 03:09:27 +00:00
Shreya Keshive
30d9a336bc
Update nightly workflow to create issues for scheduled run failures ( #11531 )
2025-10-20 20:12:13 +00:00
shishu314
085e5b1f4d
feat(infra) - Add base files for deflake workflow ( #11397 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-20 19:27:21 +00:00
shishu314
d52ec522f1
fix(infra) - Create an empty file to test trigger workflow for e2e ( #11022 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-20 15:28:29 +00:00
Richie Foreman
aa46eb4fd7
feat(release): Support dev/prod for release patch 1 ( #11404 )
2025-10-18 20:18:12 +00:00
Sandy Tao
ff31a2224e
fix(ci): use standard integration test command on windows ( #11437 )
2025-10-18 15:20:14 +00:00
shishu314
0b20f88fc0
fix(infra) - Make file system interactive test check only tool call ( #11055 )
...
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com >
2025-10-17 21:25:31 +00:00
matt korwel
6b866d1282
remove ( #11310 )
2025-10-16 13:14:52 -07:00
matt korwel
de3632afc3
fork regulation testing ( #11304 )
2025-10-16 12:36:40 -07:00
shishu314
bec2bfcadb
Revert "fix(infra) - Remove e2e maintainer label from e2e workflow" ( #11292 )
2025-10-16 12:14:09 -07:00
shishu314-alt
39cc07de30
fix(infra) - Remove e2e maintainer label from e2e workflow ( #11028 )
...
Co-authored-by: shishu314 <shishu_1998@yahoo.com >
2025-10-16 18:33:41 +00:00
Richie Foreman
872d2eaf60
fix(ci): Make the release-rollback action properly support non-prod envs ( #11244 )
2025-10-16 15:45:21 +00:00
matt korwel
7bed302f21
refactor(actions): remove checkout from sub-actions ( #11219 )
2025-10-15 20:11:56 +00:00
Richie Foreman
cb1ec755f6
fix(ci): Move from self-hosted -> ubuntu-latest ( #11205 )
2025-10-15 07:22:08 -07:00
Richie Foreman
984415f6c7
feat(ci): Update release to use github env variables. ( #11068 )
2025-10-15 13:48:03 +00:00
Adam Weidman
481ba01c97
chore: resubmit a2a-publishing after rollout ( #11100 )
2025-10-14 15:09:17 +00:00
Adam Weidman
f3424844dc
Revert "chore: wire a2a-server up for publishing" ( #11064 )
2025-10-13 21:31:40 +00:00
Richie Foreman
90de8416cc
Swap all self-hosted runners to ubuntu-latest per b/451586626 ( #11023 )
2025-10-13 15:28:32 +00:00
Adam Weidman
cfb71b9d60
chore: wire a2a-server up for publishing ( #10627 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
2025-10-13 12:38:41 +00:00