Skip to content

Commit

Permalink
end valkey server
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Sep 17, 2024
1 parent 34e1916 commit dbaf752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install-valkey/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ runs:
cd valkey
git checkout ${{ inputs.engine-version }}
make BUILD_TLS=yes
ls
- name: Install Valkey
shell: bash
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ jobs:
- name: Start Valkey server
run: |
cd ~/valkey
ls
pwd
make
cd src
./valkey-server &
Expand Down Expand Up @@ -271,6 +269,12 @@ jobs:
export GLIDE_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
./gradlew :benchmarks:run --args="--minimal --clients glide"
- name: Terminate Valkey server
run: |
cd ~/valkey/src
sudo systemctl stop valkey
drop-deployment-if-validation-fails:
if: ${{ failure() }}
needs: [test-deployment-on-all-architectures]
Expand Down

0 comments on commit dbaf752

Please sign in to comment.