Skip to content

Commit

Permalink
use new versions in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai committed Jun 28, 2024
1 parent 2ab170e commit 0c75f25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 644 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/github-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: "Set Kafka Client Version"
run: |
echo "KAFKA_CLIENT_VERSION=$(./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //')" >> $GITHUB_OUTPUT
echo "KAFKA_CLIENT_VERSION=$(./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //')-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
id: kafka_client_version

- name: "Tag Docker"
Expand Down Expand Up @@ -74,19 +74,6 @@ jobs:
run: |
docker push us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/e2e-test-config:$KAFKA_CLIENT_VERSION
- name: "Build Scylla"
working-directory: ./kafka-client-examples/e2e-test/docker/scylla
env:
KAFKA_CLIENT_VERSION: ${{ steps.kafka_client_version.outputs.KAFKA_CLIENT_VERSION }}
run: |
docker build . -t us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/responsive-scylla:$KAFKA_CLIENT_VERSION
- name: "Push Scylla"
env:
KAFKA_CLIENT_VERSION: ${{ steps.kafka_client_version.outputs.KAFKA_CLIENT_VERSION }}
run: |
docker push us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/responsive-scylla:$KAFKA_CLIENT_VERSION
# Run Antithesis Tests
#- name: Run Antithesis Tests
# uses: antithesishq/antithesis-trigger-action@main
Expand Down
3 changes: 0 additions & 3 deletions kafka-client-examples/e2e-test/docker/scylla/Dockerfile

This file was deleted.

Loading

0 comments on commit 0c75f25

Please sign in to comment.