mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-08 02:43:26 +00:00
Change image url
This commit is contained in:
parent
78eae6df2b
commit
2e1f217c04
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-beta"
|
||||
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-beta"
|
||||
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-beta"
|
||||
|
||||
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-beta"
|
||||
node2: "harbor.status.im/wakuorg/nwaku:v0.38.0-beta"
|
||||
additional_nodes: "harbor.status.im/wakuorg/nwaku:v0.38.0-beta"
|
||||
caller: "nim"
|
||||
Loading…
x
Reference in New Issue
Block a user