Skip to content

Commit ea01b87

Browse files
committed
Pinning pipeline to use Opensearch 2.15 (rev. 144)
1 parent 7ff062d commit ea01b87

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/integration/ha/test_network_cut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def test_build_and_deploy(ops_test: OpsTest):
6262
await ops_test.model.set_config(OPENSEARCH_CONFIG)
6363
# NOTE: can't access 2/stable from the tests, only 'edge' available
6464
await ops_test.model.deploy(
65-
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=143
65+
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=144
6666
)
6767

6868
config = {"ca-common-name": "CN_CA"}

tests/integration/ha/test_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def test_build_and_deploy(ops_test: OpsTest):
4747
# Opensearch
4848
await ops_test.model.set_config(OPENSEARCH_CONFIG)
4949
# NOTE: can't access 2/stable from the tests, only 'edge' available
50-
await ops_test.model.deploy(OPENSEARCH_APP_NAME, channel="2/edge", num_units=2, revision=143)
50+
await ops_test.model.deploy(OPENSEARCH_APP_NAME, channel="2/edge", num_units=2, revision=144)
5151

5252
config = {"ca-common-name": "CN_CA"}
5353
await ops_test.model.deploy(TLS_CERTIFICATES_APP_NAME, channel="stable", config=config)

tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def test_build_and_deploy(ops_test: OpsTest):
7171
await asyncio.gather(
7272
ops_test.model.deploy(COS_AGENT_APP_NAME, num_units=1),
7373
ops_test.model.deploy(
74-
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=143
74+
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=144
7575
),
7676
ops_test.model.deploy(TLS_CERTIFICATES_APP_NAME, channel="stable", config=config),
7777
ops_test.model.deploy(application_charm_build, application_name=DB_CLIENT_APP_NAME),

tests/integration/test_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def test_build_and_deploy(ops_test: OpsTest):
4848
await ops_test.model.deploy(pytest.charm, application_name=APP_NAME, num_units=NUM_UNITS_APP)
4949
await ops_test.model.set_config(OPENSEARCH_CONFIG)
5050
await ops_test.model.deploy(
51-
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=143
51+
OPENSEARCH_APP_NAME, channel="2/edge", num_units=NUM_UNITS_DB, revision=144
5252
)
5353

5454
config = {"ca-common-name": "CN_CA"}

0 commit comments

Comments
 (0)