Skip to content

Commit

Permalink
passed external registry context to registries
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 16, 2024
1 parent 8fa6a38 commit 5cec78c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ description = E2E Notebook tests
changedir = {toxinidir}
allowlist_externals =
bash
passenv = EXTERNAL_REGISTRY,EXTERNAL_REGISTRY_USERNAME,EXTERNAL_REGISTRY_PASSWORD
setenv =
ORCHESTRA_DEPLOYMENT_TYPE = {env:ORCHESTRA_DEPLOYMENT_TYPE:k8s}
NODE_PORT = {env:NODE_PORT:8080}
Expand All @@ -1115,7 +1116,9 @@ setenv =
SYFT_VERSION = {env:SYFT_VERSION:local}
commands =
bash -c "echo Running with ORCHESTRA_DEPLOYMENT_TYPE=$ORCHESTRA_DEPLOYMENT_TYPE NODE_PORT=$NODE_PORT NODE_URL=$NODE_URL \
Excluding notebooks: $EXCLUDE_NOTEBOOKS SYFT_VERSION=$SYFT_VERSION; date"
Excluding notebooks: $EXCLUDE_NOTEBOOKS SYFT_VERSION=$SYFT_VERSION \
EXTERNAL_REGISTRY=$EXTERNAL_REGISTRY EXTERNAL_REGISTRY_USERNAME=$EXTERNAL_REGISTRY_USERNAME \
EXTERNAL_REGISTRY_PASSWORD=$EXTERNAL_REGISTRY_PASSWORD; date"


# Schema for EXLUDE_NOTEBOOKS is
Expand Down

0 comments on commit 5cec78c

Please sign in to comment.