Skip to content

Commit

Permalink
Add timeout for script/after_script and debug (#5748)
Browse files Browse the repository at this point in the history
Fix tests:
- minimal_template_block_production_test
- parachain_template_block_production_test
  • Loading branch information
pepoviola committed Sep 18, 2024
1 parent 7063395 commit 08d171e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab/pipeline/zombienet/parachain-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
RUST_LOG: "info,zombienet_orchestrator=debug"
FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: 1
RUN_IN_CONTAINER: "1"
RUNNER_SCRIPT_TIMEOUT: 15m
RUNNER_AFTER_SCRIPT_TIMEOUT: 5m
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
when: always
Expand All @@ -25,9 +27,9 @@
- ./zombienet-logs
after_script:
- mkdir -p ./zombienet-logs
- cp /tmp/zombie*/logs/* ./zombienet-logs/
- cp /tmp/zombie*/*/*.log ./zombienet-logs/
retry: 2
timeout: 15m
timeout: 20m
tags:
- linux-docker

Expand Down

0 comments on commit 08d171e

Please sign in to comment.