Skip to content

Commit

Permalink
fix: ci playing with readiness probe.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent 2502adc commit 9c12480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions process-compose/monza-full-node/process-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ processes:
command: |
./scripts/celestia/celestia-local-appd
readiness_probe:
initial_delay_seconds: 10
exec:
command: echo "true"

Expand Down
1 change: 0 additions & 1 deletion process-compose/monza-full-node/process-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ processes:

monza-client-tests:
command: |
sleep 30
cargo test -p monza-client -- --test-threads=1
depends_on:
monza-full-node:
Expand Down
4 changes: 2 additions & 2 deletions process-compose/monza-full-node/process-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ processes:
celestia-light-node-synced:
command: |
sleep 10
cargo run --bin wait-for-celestia-light-node
depends_on:
celestia-light-node:
Expand All @@ -29,6 +28,7 @@ processes:
celestia-light-node:
condition: process_healthy
readiness_probe:
initial_delay_seconds: 30
exec:
command: echo "true"

Expand All @@ -39,7 +39,7 @@ processes:
m1-da-light-node:
condition: process_healthy
readiness_probe:
initial_delay_seconds: 60
initial_delay_seconds: 30
exec:
command: |
echo "true"
Expand Down

0 comments on commit 9c12480

Please sign in to comment.