Commit 2fc3abe
feat: add google/cloud/compute/v1beta (#1033)
* build: implement matrix strategy for DIREGAPIC action
* build: add alpha compute files
* build: Include API channel in auto-generated PR
* build: fix matrix specification
* build: Have DIREGAPIC action use triggering ref or default branch
* build: remove the field ScratchDisks
The field was also removed purposefully in v1
* build: Add v1 proto for use as "previous proto" in conversion
* build: allow all matrix jobs to complete even if some fail
* build: fix location of fail-fast setting
The original reference I used had it in the wrong place.
Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
* build: Disable PHP and C# builds for alpha
PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.
* build: Disable Ruby generation
This was causing some errors, too.
* build: fix version in Discovery file before further processing
* build: jq is supposedly pre-installed in GitHub actions
* feat: Move alpha to v1alpha in all paths
* build: We do need to install jq
* build: Try installing without sudo
sudo is not found!
* build: Fix regex
"version" is the last field, so it has no trailing comma
* build: Fix Go imports in BUILD
* build: prepare for processing beta: copy files from alpha
* build: update the beta file contents to refer to beta symbols
* build: configure action to run for beta as well.
* build: Have each channel use its own branch for the PR
* Update syntax for matrix.version in branch name
* add initial versions of alpha/beta discovery docs
* Revert "add initial versions of alpha/beta discovery docs"
This reverts commit 489a29c.
* stage discovery docs
* remove alpha
* add compute.v1beta.json which is needed for kokoro presubmit
* build: add python settings
* import changes from PR 1035
* clean up
* clean up
* Remove redundant bazelisk build
---------
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>1 parent 4ad4d7a commit 2fc3abe
8 files changed
Lines changed: 170345 additions & 15 deletions
File tree
- .github/workflows
- google/cloud/compute/v1beta
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | | - | |
21 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
22 | 32 | | |
23 | 33 | | |
| 34 | + | |
24 | 35 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
39 | | - | |
40 | | - | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | 53 | | |
| |||
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
53 | 63 | | |
54 | | - | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
0 commit comments