Skip to content

1.46.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 07 Dec 22:20
· 440 commits to develop since this release

Changes

  • #314 - Add max_containers property. It is provided in a link so it is used in rep as well. Now you can increase containers past 250! Thanks @klapkov!
  • #323 - Lots of refactoring by @winkingturtle-vmw, including the ability to run the test suite in parallel! Thank you!

Bosh Job Spec changes:

diff --git a/jobs/garden/spec b/jobs/garden/spec
index c84b5c43..abf22f8a 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -45,6 +45,11 @@ provides:
   type: iptables
   properties:
   - garden.iptables_bin_dir
+  
+- name: max_containers
+  type: max_containers
+  properties:
+  - garden.max_containers
 
 properties:
   garden.listen_network:
diff --git a/jobs/gats/spec b/jobs/gats/spec
index 4f59d675..916a35eb 100644
--- a/jobs/gats/spec
+++ b/jobs/gats/spec
@@ -19,6 +19,9 @@ properties:
   garden_port:
     description: Port Garden is listening on
     default: 7777
+  garden_test_rootfs:
+    description: Test rootfs to use
+    default: 'docker:///cloudfoundry/garden-rootfs'
   containerd_for_processes:
     description: Run GATS with CONTAINERD_FOR_PROCESSES_ENABLED
     default: false
@@ -28,6 +31,9 @@ properties:
   cpu_throttling:
     description: Run GATS with CPU_THROTTLING_ENABLED
     default: false
+  limits_test_uri:
+    description: Limists Test rootfs to use
+    default: 'docker:///busybox'
   windows_rootfs:
     description: URL to pull the windows rootfs from
     default: ""

✨ Built with go 1.21.5

Full Changelog: v1.45.0...v1.46.0

Resources