From c29075de9204472b4e3db1746d5e708b3c3a44ba Mon Sep 17 00:00:00 2001 From: Jeffrey Carpenter Date: Sun, 30 Jul 2023 18:22:49 -0700 Subject: [PATCH] update workflows to reference dse-next backend --- .github/workflows/performance-testing.yaml | 2 +- .github/workflows/postman-docker.yaml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance-testing.yaml b/.github/workflows/performance-testing.yaml index e94e49dc4c..5e89848959 100644 --- a/.github/workflows/performance-testing.yaml +++ b/.github/workflows/performance-testing.yaml @@ -100,7 +100,7 @@ jobs: docker pull ${{ secrets.ECR_REPOSITORY }}/stargateio/coordinator-dse-68:$SGTAG docker image tag ${{ secrets.ECR_REPOSITORY }}/stargateio/coordinator-dse-68:$SGTAG stargateio/coordinator-dse-68:$SGTAG cd docker-compose - ./start_dse_68_dev_mode.sh ${{ matrix.docker-flags }} -j $JSONTAG -t $SGTAG + ./start_dse_next_dev_mode.sh ${{ matrix.docker-flags }} -j $JSONTAG -t $SGTAG # Install NB and required library # See: https://github.com/AppImage/AppImageKit/wiki/FUSE diff --git a/.github/workflows/postman-docker.yaml b/.github/workflows/postman-docker.yaml index 15a86a7f06..ddf64d4359 100644 --- a/.github/workflows/postman-docker.yaml +++ b/.github/workflows/postman-docker.yaml @@ -56,7 +56,7 @@ jobs: docker pull ${{ secrets.ECR_REPOSITORY }}/stargateio/coordinator-dse-68:$SGTAG docker image tag ${{ secrets.ECR_REPOSITORY }}/stargateio/coordinator-dse-68:$SGTAG stargateio/coordinator-dse-68:$SGTAG cd docker-compose - ./start_dse_68_dev_mode.sh -j $JSONTAG -t $SGTAG + ./start_dse_next_dev_mode.sh -j $JSONTAG -t $SGTAG - name: Install Postman CLI run: | diff --git a/README.md b/README.md index adc63467c2..ebb0bb69cb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The quickest way to test out the JSON API directly is to start a local copy of t ```shell cd docker-compose -./start_dse_68_dev_mode.sh +./start_dse_next_dev_mode.sh ``` This starts an instance of the JSON API along with a Stargate coordinator node in "developer mode" (with DataStax Enterprise 6.8 embedded).