Skip to content

Commit

Permalink
Use local image in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 17, 2024
1 parent c981f14 commit 8827dd5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ steps:
system: x86_64-linux
env:
SUCCESS_STATUS: syncing
USE_LOCAL_IMAGE: true

- label: Private Network Full Sync
timeout: 20
Expand All @@ -583,7 +584,8 @@ steps:
./run.sh sync
agents:
system: x86_64-linux

env:
USE_LOCAL_IMAGE: true

- label: Sanchonet Full Sync
timeout_in_minutes: 240
Expand All @@ -594,7 +596,8 @@ steps:
./run.sh sync
agents:
system: x86_64-linux

env:
USE_LOCAL_IMAGE: true

- label: Preprod Full Sync
timeout_in_minutes: 240
Expand All @@ -607,7 +610,8 @@ steps:
./run.sh sync
agents:
system: x86_64-linux

env:
USE_LOCAL_IMAGE: true

- group: Links
key: links-validity
Expand Down

0 comments on commit 8827dd5

Please sign in to comment.