Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 9, 2023
1 parent 90c61d4 commit 7c465dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master-protected-branches/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ c['workers'].append(worker.DockerLatentWorker("hz-bbw1-docker-tarball-debian-10"
alwaysPull=True,
masterFQDN=FQDN,
hostconfig={ 'shm_size':'1G' },
volumes=MASTER_PACKAGES+'/:/packages',
volumes=[MASTER_PACKAGES+'/:/packages'],
max_builds=1,
build_wait_timeout=0,
properties={ 'jobs':4, 'save_packages':True }))
Expand All @@ -121,7 +121,7 @@ c['workers'].append(worker.DockerLatentWorker("hz-bbw4-docker-tarball-debian-10"
alwaysPull=True,
masterFQDN=FQDN,
hostconfig={ 'shm_size':'1G' },
volumes=MASTER_PACKAGES+'/:/packages',
volumes=[MASTER_PACKAGES+'/:/packages'],
max_builds=1,
build_wait_timeout=0,
properties={ 'jobs':4, 'save_packages':True }))
Expand Down

0 comments on commit 7c465dc

Please sign in to comment.