Skip to content

Switch to Opentofu 1.10.6 and terraform-libvirt-provider 0.8.3 #1825

Switch to Opentofu 1.10.6 and terraform-libvirt-provider 0.8.3

Switch to Opentofu 1.10.6 and terraform-libvirt-provider 0.8.3 #1825

Workflow file for this run

name: CI validation tests
on:
pull_request:
branches:
- master
jobs:
validate_salt:
name: Validate Salt states
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
with:
fetch-depth: 1
# - uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 #v1.4.3
# with:
# packages: salt-common
# version: 1.0
# execute_install_scripts: true
- name: Install Salt using bootstrap
run: |
curl -fsSL https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh -o install_salt.sh
sudo sh install_salt.sh -P -x python3
- name: Validate server states
if: always()
run: bash .github/workflows/ci-validation/salt-server-validation
- name: Validate client states
if: always()
run: bash .github/workflows/ci-validation/salt-client-validation
- name: Validate minion states
if: always()
run: bash .github/workflows/ci-validation/salt-minion-validation
- name: Validate controller states
if: always()
run: bash .github/workflows/ci-validation/salt-controller-validation
- name: Validate mirror states
if: always()
run: bash .github/workflows/ci-validation/salt-mirror-validation
- name: Validate containerized server states
if: always()
run: bash .github/workflows/ci-validation/salt-server-containerized-validation
validate_opentofu_config:
name: Validate opentofu configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
with:
fetch-depth: 1
- uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b #v1.0.6
with:
tofu_version: 1.10.6
- name: Validate configuration using example files
run: .github/workflows/ci-validation/opentofu-validation