Commit 2948daf
authored
[CHORE](ci): Gate GCS storage tests behind an input flag (#7512)
## Description of changes
The test-storage-gcs job requires repository secrets that are not
available to forked PRs, causing those runs to fail. Add a
run_storage_gcs boolean input to the reusable rust-tests workflow,
defaulting to false, and only execute the GCS job when it is set.
The release-chromadb workflow enables the job when running on main,
where the required secrets are present.
## Test plan
CI
## Migration plan
N/A
## Observability plan
N/A
## Documentation Changes
N/A
Co-authored-by: AI1 parent aa35638 commit 2948daf
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments