Changeset - e0fd43da3dc3
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 months ago 2023-12-02 19:36:21
branko@majic.rs
MAR-189: Use Bullseye for all helper test machines in common role.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/molecule.yml
Show inline comments
 
@@ -14,7 +14,7 @@ lint:
 

	
 
platforms:
 
  - name: helper
 
    box: debian/contrib-buster64
 
    box: debian/bullseye64
 
    memory: 512
 
    cpus: 1
 
    interfaces:
 
@@ -27,7 +27,7 @@ platforms:
 
    groups:
 
      - client
 
      - client-allowed
 
    box: debian/contrib-buster64
 
    box: debian/bullseye64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
 
@@ -40,7 +40,7 @@ platforms:
 
    groups:
 
      - client
 
      - client-disallowed
 
    box: debian/contrib-buster64
 
    box: debian/bullseye64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
0 comments (0 inline, 0 general)