Skip to content

Commit

Permalink
add channel to jenkins-k8s charm
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Mar 18, 2024
1 parent 04ebcd5 commit 6ca727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def jenkins_server_model_fixture(
@pytest_asyncio.fixture(scope="function", name="jenkins_server")
async def jenkins_server_fixture(jenkins_server_model: Model) -> Application:
"""The jenkins machine server."""
jenkins = await jenkins_server_model.deploy("jenkins-k8s")
jenkins = await jenkins_server_model.deploy("jenkins-k8s", channel="latest/edge")
await jenkins_server_model.wait_for_idle(
apps=[jenkins.name],
timeout=20 * 60,
Expand Down

0 comments on commit 6ca727f

Please sign in to comment.