Skip to content

Commit

Permalink
Bump testbed server
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Dec 2, 2024
1 parent a8ffd71 commit 668467a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
TESTBED_SERVER: http://localhost:6777
services:
parsec-testbed-server:
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20053.312b36d
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20056.d8d9e29
ports:
- 6777:6777
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# https://github.com/Scille/parsec-cloud/pkgs/container/parsec-cloud%2Fparsec-testbed-server
services:
parsec-testbed-server:
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20053.312b36d
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20056.d8d9e29
ports:
- 6777:6777
steps:
Expand Down
2 changes: 1 addition & 1 deletion misc/versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ nextest = "0.9.54"
license = "BUSL-1.1"
postgres = "14.10"
winfsp = "2.0.23075"
testbed = "3.2.1-a.0.dev.20053.312b36d"
testbed = "3.2.1-a.0.dev.20056.d8d9e29"
pre-commit = "3.7.1"
cross = "v0.2.5"
2 changes: 1 addition & 1 deletion server/packaging/testbed-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For example, `https://github.com/Scille/parsec-cloud/blob/master/.github/workflo
```yaml
services:
parsec-testbed-server:
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20053.312b36d
image: ghcr.io/scille/parsec-cloud/parsec-testbed-server:3.2.1-a.0.dev.20056.d8d9e29
```
## Build and Publish a new testbed server Docker image
Expand Down

0 comments on commit 668467a

Please sign in to comment.