Skip to content

Commit

Permalink
Saving before revert to using kitchen in interest of speed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jun 25, 2024
1 parent fdd1c7c commit b131ae4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions btstrap-build.linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
## DGM this was the ruby file used with kitchen-salt to provide the instances to test on using docker.
## DGM Need to duplicate this creation of docker containers process.

driver:
name: docker
use_sudo: false
Expand Down Expand Up @@ -175,6 +178,7 @@ suites:
- arch
- gentoo
- gentoo-systemd

- name: stable-3006
provisioner:
salt_version: 3006
Expand All @@ -183,6 +187,7 @@ suites:
- opensuse-15
- opensuse-tumbleweed
- arch

- name: stable-3006-8
provisioner:
salt_version: 3006.8
Expand All @@ -191,6 +196,36 @@ suites:
- opensuse-15
- opensuse-tumbleweed
- arch

- name: git-3007
provisioner:
salt_version: v3007
salt_bootstrap_options: -x python3 -MPfq git %s
excludes:
- opensuse-15
- opensuse-tumbleweed
- debian-11
- arch
- gentoo
- gentoo-systemd
- name: git-3007x
provisioner:
salt_version: 3007.x
salt_bootstrap_options: -x python3 -MPfq git %s
excludes:
- opensuse-15
- opensuse-tumbleweed
- arch
- gentoo
- gentoo-systemd
- name: stable-3007-1
provisioner:
salt_version: 3007.1
salt_bootstrap_options: -x python3 -MP stable %s
excludes:
- opensuse-15
- opensuse-tumbleweed
- arch
- name: git-master
provisioner:
salt_version: master
Expand Down

0 comments on commit b131ae4

Please sign in to comment.