Skip to content

Commit

Permalink
add artifactory env vars to consumer-integration-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Stigter committed Dec 14, 2023
1 parent 8c47e6e commit 0a6f8f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/actions/consumer-integration-test/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
docker-compose pull ${DOCKER_COMPOSE_SERVICE:-code}
docker-compose run --no-deps \
--entrypoint "${CONSUMER_SCRIPT}" \
-e ARTIFACTORY_PASSWORD \
-e ARTIFACTORY_URL \
-e ARTIFACTORY_USERNAME \
-e DEPENDENCY_NAME=${PROVIDER_NAME} \
-e ${PROVIDER_HOST_KEY}=${PROVIDER_HOST} \
-e CDC_CONSUMER_NAME=${CONSUMER_NAME} \
Expand Down Expand Up @@ -147,6 +150,9 @@ jobs:
docker-compose pull ${DOCKER_COMPOSE_SERVICE:-code}
docker-compose run --no-deps \
--entrypoint "${CONSUMER_SCRIPT}" \
-e ARTIFACTORY_PASSWORD \
-e ARTIFACTORY_URL \
-e ARTIFACTORY_USERNAME \
-e DEPENDENCY_NAME=${PROVIDER_NAME} \
-e ${PROVIDER_HOST_KEY}=${PROVIDER_HOST} \
-e CDC_CONSUMER_NAME=${CONSUMER_NAME} \
Expand Down
3 changes: 3 additions & 0 deletions e2e/actions/deploy-cf/workflowExpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ jobs:
docker-compose pull ${DOCKER_COMPOSE_SERVICE:-code}
docker-compose run --no-deps \
--entrypoint "${CONSUMER_SCRIPT}" \
-e ARTIFACTORY_PASSWORD \
-e ARTIFACTORY_URL \
-e ARTIFACTORY_USERNAME \
-e DEPENDENCY_NAME=${PROVIDER_NAME} \
-e ${PROVIDER_HOST_KEY}=${PROVIDER_HOST} \
-e CDC_CONSUMER_NAME=${CONSUMER_NAME} \
Expand Down
3 changes: 3 additions & 0 deletions renderers/shared/consumer_integration_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ git checkout ${REVISION}
docker-compose pull ${DOCKER_COMPOSE_SERVICE:-code}
docker-compose run --no-deps \
--entrypoint "${CONSUMER_SCRIPT}" \
-e ARTIFACTORY_PASSWORD \
-e ARTIFACTORY_URL \
-e ARTIFACTORY_USERNAME \
-e DEPENDENCY_NAME=${PROVIDER_NAME} \
-e ${PROVIDER_HOST_KEY}=${PROVIDER_HOST} \
-e CDC_CONSUMER_NAME=${CONSUMER_NAME} \
Expand Down

0 comments on commit 0a6f8f8

Please sign in to comment.