Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] ci: add ssh #359

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
channel: 1.25-strict/stable
juju-channel: 3.1/stable
charmcraft-channel: latest/candidate

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- run: |
sg snap_microk8s -c "tox -e ${{ matrix.charm }}-integration"

Expand Down
1 change: 1 addition & 0 deletions charms/kfp-api/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ async def test_relational_db_relation_with_mysql_relation(self, ops_test: OpsTes
apps=["mysql-k8s"],
status="active",
raise_on_blocked=True,
raise_on_error=False,
timeout=90 * 30,
idle_period=20,
)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_kfp_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def test_build_and_deploy(ops_test: OpsTest, request, lightkube_client):
raise_on_blocked=False, # These apps block while waiting for each other to deploy/relate
raise_on_error=True,
timeout=3600,
idle_period=120,
idle_period=30,
)

# ---- KFP API Server focused test cases
Expand Down