Skip to content
Snippets Groups Projects

feat: building image with buildctl

Merged Sébastien Heurtematte requested to merge test/buildctl into main
3 files
+ 44
20
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -49,7 +49,7 @@ local Kube = import './k8s/kube.libsonnet';
@@ -49,7 +49,7 @@ local Kube = import './k8s/kube.libsonnet';
global: {
global: {
concurrent: Const.pack_concurrent_ratio * $.project.resourcePacks, # Limits how many jobs can run concurrently, across all registered runners
concurrent: Const.pack_concurrent_ratio * $.project.resourcePacks, # Limits how many jobs can run concurrently, across all registered runners
sentryDsn: '', # Enables tracking of all system level errors to Sentry.
sentryDsn: '', # Enables tracking of all system level errors to Sentry.
checkInterval: 30,
checkInterval: 10,
},
},
kubernetes:{
kubernetes:{
volumes:{
volumes:{
Loading