mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-24 03:09:58 +00:00
fix: remove on push trigger for fleet wf
- reset back to use the latest docker image
This commit is contained in:
parent
723470c5c7
commit
5e346daca9
4
.github/workflows/fleet_tests.yml
vendored
4
.github/workflows/fleet_tests.yml
vendored
@ -7,10 +7,6 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- test-waku-fleet
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
node1:
|
node1:
|
||||||
|
|||||||
@ -14,7 +14,7 @@ def get_env_var(var_name, default=None):
|
|||||||
|
|
||||||
|
|
||||||
# Configuration constants. Need to be upercase to appear in reports
|
# Configuration constants. Need to be upercase to appear in reports
|
||||||
DEFAULT_NWAKU = "wakuorg/nwaku:v0.38.0"
|
DEFAULT_NWAKU = "wakuorg/nwaku:latest"
|
||||||
STRESS_ENABLED = False
|
STRESS_ENABLED = False
|
||||||
USE_WRAPPERS = True
|
USE_WRAPPERS = True
|
||||||
NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU)
|
NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user