Skip to content

Commit

Permalink
temporarily pin oidc in tests to test a CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Jan 18, 2024
1 parent ef011e3 commit 013e4d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ async def test_relations(ops_test: OpsTest):
timeout=90 * 10,
)

await ops_test.model.deploy(oidc_gatekeeper, channel="latest/edge", config=OIDC_CONFIG)
# DEBUG: temporarily set channel to a ephemeral branch for testing
await ops_test.model.deploy(oidc_gatekeeper, channel="latest/edge/pr-128", config=OIDC_CONFIG)
await ops_test.model.add_relation(oidc_gatekeeper, APP_NAME)
await ops_test.model.add_relation(f"{istio_pilot}:ingress", f"{APP_NAME}:ingress")
await ops_test.model.add_relation(
Expand Down

0 comments on commit 013e4d0

Please sign in to comment.