Skip to content

Commit dbb17ef

Browse files
committed
docs: update stale bucket names in ci-cd-resumption and infra diagram
1 parent 1d035cc commit dbb17ef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dev-handbook/apt-yum-repo-infra.drawio.svg

Lines changed: 2 additions & 2 deletions
Loading

dev-handbook/ci-cd-resumption.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ In order to aleviate this problem, we implement the ability to re-run only faile
88

99
Resumption support works by checking, for each CI job, whether the artifact that that job should produce, already exists. If so, then that job can be skipped.
1010

11-
When you re-run a CI run, Github Actions wipes all previous state (including artifacts). Therefore, we store artifacts primarily in a Google Cloud Storage bucket ([fullstaq-ruby-server-edition-ci-artifacts](https://storage.googleapis.com/fullstaq-ruby-server-edition-ci-artifacts), part of the [infrastructure](https://github.com/fullstaq-labs/fullstaq-ruby-infra)), which isn't wiped before a re-run.
11+
When you re-run a CI run, Github Actions wipes all previous state (including artifacts). Therefore, we store artifacts primarily in a Google Cloud Storage bucket ([fsruby-server-edition-ci-artifacts](https://storage.googleapis.com/fsruby-server-edition-ci-artifacts), part of the [infrastructure](https://github.com/fullstaq-labs/fullstaq-ruby-infra)), which isn't wiped before a re-run.
1212

1313
Here's an example artifact URL:
1414

1515
~~~
16-
gs://fullstaq-ruby-server-edition-ci-artifacts/249/rbenv-deb.tar.zst
16+
gs://fsruby-server-edition-ci-artifacts/249/rbenv-deb.tar.zst
1717
~~~
1818

1919
Artifacts are stored on a per-CI-run basis. Thus, they always contains the CI run's number. Note that the CI run number does not change even for re-runs.
@@ -23,7 +23,7 @@ At the beginning of a CI run, a job named `determine_necessary_jobs` checks whic
2323
~~~
2424
##### Determine whether Rbenv DEB needs to be built #####
2525
--> Run ./.github/actions/check-artifact-exists
26-
Checking gs://fullstaq-ruby-server-edition-ci-artifacts/249/rbenv-deb.tar.zst
26+
Checking gs://fsruby-server-edition-ci-artifacts/249/rbenv-deb.tar.zst
2727
Artifact exists
2828
~~~
2929

0 commit comments

Comments
 (0)