Skip to content

Commit

Permalink
Revert change for mongodb 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Dec 1, 2023
1 parent 6d02fc1 commit c5003b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands =
bash -ec 'microk8s ctr image import {env:name}_*-$(yq .base rockcraft.yaml | \
cut -c 8-)_edge_amd64.rock --base-name {env:registry_namespace}/{env:name}'
bash -ec 'if ! [ -d operator ]; then git clone --single-branch --branch {env:branch} {env:repo} operator; fi' {posargs}
tox --workdir operator -c operator -e integration -- --keep-momodels
tox --workdir operator -c operator -e integration

[testenv:ha-integration]
description = run operator integration tests
Expand All @@ -44,8 +44,7 @@ commands =
bash -ec 'microk8s ctr image import {env:name}_*-$(yq .base rockcraft.yaml | \
cut -c 8-)_edge_amd64.rock --base-name {env:registry_namespace}/{env:name}'
bash -ec 'if ! [ -d operator ]; then git clone --single-branch --branch {env:branch} {env:repo} operator; fi' {posargs}
tox --workdir operator -c operator -e ha-integration -- --keep-momodels

tox --workdir operator -c operator -e ha-integration
[testenv:tls-integration]
description = run operator integration tests
skip_install = true
Expand Down

0 comments on commit c5003b0

Please sign in to comment.