Skip to content
Snippets Groups Projects
Commit c532b863 authored by romanvalov's avatar romanvalov
Browse files

testing dynamically defined parallel jobs

parent c7c03057
No related branches found
No related tags found
No related merge requests found
Pipeline #8332 failed
......@@ -17,6 +17,7 @@ variables:
- echo "VAR4=$LOCAL2" >> ./job.env
- echo "CACHE=ximbra" >> ./job.env
- echo "IMAGE=fedora:33" >> ./job.env
- echo "TESTS=2" >> ./job.env
- cp -f ./job.env ./job.txt
- cp -f ./job.env ./job.log
artifacts:
......@@ -33,7 +34,7 @@ variables:
script:
- mkdir -p ./cache
- touch ./cache/id
parallel: 3
parallel: $TESTS
build-x86_64:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment