Unverified Commit 4bcc4483 authored by Lukáš Fázik's avatar Lukáš Fázik
Browse files

Fix not working input for concurrent jobs in runner template

parent 1ad61da9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ SCHED_REQUIREMENTS = "(HYPERVISOR=kvm)"
USER_INPUTS = [
  CI_SERVER_TOKEN = "M|password|Gitlab runner token| |",
  CI_SERVER_URL = "M|text|Gitlab CI server url| |https://gitlab.fi.muni.cz",
  CONCURRENT_JOBS = "O|range|Number of concurrent jobs to run|1..|1",
  CONCURRENT_JOBS = "O|number|Number of concurrent jobs to run| |1",
  CONTAINER_ENGINE = "M|list|Container Engine|podman,docker|podman" ]
VCPU = "1"
VCPU_MAX = "256"
 No newline at end of file