Commit 5f977fc
authored
chore(.github/workflows): let librarian update workflow also sync new commit to generation_config.yaml (#13372)
Add this step temporarily so that this workflow also triggers hermetic
build generation workflow, and we can verify changes in the same PR.
This change is intended to be set till 06/10/2026 to verify librarian
generate against hermetic build.
Here is the sequence:
- nightly, this scheduled workflow updates librarian.yaml with new
googleapis commit.
- [additional step] update generation_config.yaml with same commit.
- run `librarian generate -all` and add code change to commit
- raise PR.
- hermetic build [generation
workflow](https://github.com/googleapis/google-cloud-java/blob/main/.github/workflows/hermetic_library_generation.yaml)
triggered because generation_config.yaml `googleapis_commitish` is
updated.
On the next day, we verify the results on this PR, expect hermetic build
[generation workflow] runs succesfully with no code change added. If
any, we should investigate the diff.
Note: hermetic build workflow will not trigger on this PR, because I
pushed from fork. This is to avoid it adding code changes to this PR.1 parent 5959c02 commit 5f977fc
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| |||
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | | - | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments