Skip to content

Commit

Permalink
Use patched Stolon in CI (#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix authored Mar 15, 2024
1 parent fe3d79c commit 7ecd1fe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows.src/tests.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
- uses: actions/checkout@v4
if: steps.stolon-cache.outputs.cache-hit != 'true'
with:
repository: sorintlab/stolon
repository: edgedb/stolon
path: build/stolon
ref: ${{ env.STOLON_GIT_REV }}
fetch-depth: 0
Expand Down Expand Up @@ -312,7 +312,7 @@
python setup.py -q ci_helper --type parsers >.tmp/parsers_cache_key.txt
python setup.py -q ci_helper --type postgres >.tmp/postgres_git_rev.txt
python setup.py -q ci_helper --type libpg_query >.tmp/libpg_query_git_rev.txt
echo 'v0.17.0' >.tmp/stolon_git_rev.txt
echo 'f8cd94309eaccbfba5dea7835b88c78377608a37' >.tmp/stolon_git_rev.txt
python setup.py -q ci_helper --type bootstrap >.tmp/bootstrap_cache_key.txt
echo EDGEDBCLI_GIT_REV=$(cat .tmp/edgedbcli_git_rev.txt) >> $GITHUB_ENV
echo POSTGRES_GIT_REV=$(cat .tmp/postgres_git_rev.txt) >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-ha.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/tests-managed-pg.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/tests-patches.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/tests-pg-versions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ecd1fe

Please sign in to comment.