Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
snwagh committed May 17, 2024
1 parent 96ffd73 commit a9e6278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ allowlist_externals =
setenv =
CLUSTER_NAME = {env:CLUSTER_NAME:syft}
CLUSTER_HTTP_PORT = {env:NODE_PORT:8080}
; Usage for posargs: names of the relevant services among {frontend backend proxy and mongo}
; Usage for posargs: names of the relevant services among {frontend backend proxy mongo seaweedfs registry}
commands =
bash -c "env; date; k3d version"

Expand All @@ -916,7 +916,7 @@ commands =
# Seaweedfs
bash -c "if echo '{posargs}' | grep -q 'seaweedfs'; then echo 'Checking readiness of SeaweedFS'; ./scripts/wait_for.sh service seaweedfs --context k3d-$CLUSTER_NAME --namespace syft; fi"

# Seaweedfs
# Registry
bash -c "if echo '{posargs}' | grep -q 'registry'; then echo 'Checking readiness of Registry'; ./scripts/wait_for.sh service registry --context k3d-$CLUSTER_NAME --namespace syft; fi"

# Extra
Expand Down Expand Up @@ -973,9 +973,9 @@ commands =

# TODO Test if things actually work if the deployment is forced?
# Run Notebook tests
; tox -e e2e.test.notebook
tox -e e2e.test.notebook

; bash -c "k3d cluster delete ${CLUSTER_NAME} || true"
bash -c "k3d cluster delete ${CLUSTER_NAME} || true"

[testenv:syft.test.helm.upgrade]
description = Test helm upgrade
Expand Down

0 comments on commit a9e6278

Please sign in to comment.