Skip to content

Commit

Permalink
Fix Antithesis test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Sep 26, 2024
1 parent 2093eee commit b57b89d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/github-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,15 @@ jobs:
docker push us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/e2e-test:$KAFKA_CLIENT_VERSION
- name: "Build Test Config"
working-directory: ./kafka-client-examples/e2e-test/docker/antithesis/${{ inputs.test-type }}
working-directory: ./kafka-client-examples/e2e-test/docker/antithesis
env:
KAFKA_CLIENT_VERSION: latest
BACKEND: ${{ inputs.backend }}
CONFIG_IMG_VERSION: ${{ steps.kafka_client_version.outputs.KAFKA_CLIENT_VERSION }}
run: |
echo "Building test config in $(pwd)"
cat config/docker-compose.yml.template | envsubst > config/docker-compose.yml
cp config/volumes/app-$BACKEND.properties config/volumes/app.properties
docker build . -f Dockerfile -t us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/e2e-test-config-${{ inputs.test-type }}:$CONFIG_IMG_VERSION
cat ${{ inputs.test-type }}/config/docker-compose.yml.template | envsubst > ${{ inputs.test-type }}/config/docker-compose.yml
cp ${{ inputs.test-type }}/config/volumes/app-$BACKEND.properties ${{ inputs.test-type }}/config/volumes/app.properties
docker build . -f ${{ inputs.test-type }}/Dockerfile -t us-central1-docker.pkg.dev/molten-verve-216720/responsive-repository/e2e-test-config-${{ inputs.test-type }}:$CONFIG_IMG_VERSION
- name: "Push Config"
env:
Expand Down

0 comments on commit b57b89d

Please sign in to comment.