mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-05 03:13:22 +00:00
Merge d7479bddba6d82770ceb37e7dfc88c4c1ac19490 into 155296c4d3a46f7e675b4822ac8d78aa2997a676
This commit is contained in:
commit
325430499a
6
.github/workflows/interop_tests.yml
vendored
6
.github/workflows/interop_tests.yml
vendored
@ -11,17 +11,17 @@ on:
|
||||
required: true
|
||||
description: "Node that usually publishes messages. Used for all tests"
|
||||
type: string
|
||||
default: "wakuorg/nwaku:latest"
|
||||
default: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
node2:
|
||||
required: true
|
||||
description: "Node that usually queries for published messages. Used for all tests"
|
||||
type: string
|
||||
default: "wakuorg/nwaku:latest"
|
||||
default: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
additional_nodes:
|
||||
required: false
|
||||
description: "Additional optional nodes used in e2e tests, separated by ,"
|
||||
type: string
|
||||
default: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||
default: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
|
||||
jobs:
|
||||
test-common:
|
||||
|
||||
6
.github/workflows/nim_waku_daily.yml
vendored
6
.github/workflows/nim_waku_daily.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: "wakuorg/nwaku:latest"
|
||||
node2: "wakuorg/nwaku:latest"
|
||||
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
|
||||
node1: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
node2: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
additional_nodes: "harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0"
|
||||
caller: "nim"
|
||||
@ -14,7 +14,7 @@ def get_env_var(var_name, default=None):
|
||||
|
||||
|
||||
# Configuration constants. Need to be upercase to appear in reports
|
||||
DEFAULT_NWAKU = "wakuorg/nwaku:latest"
|
||||
DEFAULT_NWAKU = "harbor.status.im/wakuorg/nwaku:v0.38.0-beta"
|
||||
STRESS_ENABLED = False
|
||||
NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU)
|
||||
NODE_2 = get_env_var("NODE_2", DEFAULT_NWAKU)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user