Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
Stromweld committed Apr 2, 2024
1 parent 014c586 commit 3534abf
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
90 changes: 45 additions & 45 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ concurrency:
cancel-in-progress: true

jobs:
markdown-lint:
uses: chef/github-workflows/.github/workflows/markdown-lint.yml@main

markdown-link-checker:
uses: chef/github-workflows/.github/workflows/markdown-link-checker.yml@main

yaml-lint:
uses: chef/github-workflows/.github/workflows/yaml-lint.yml@main

json-lint:
uses: chef/github-workflows/.github/workflows/json-lint.yml@main

xml-lint:
uses: chef/github-workflows/.github/workflows/xml-lint.yml@main

shellcheck-lint:
uses: chef/github-workflows/.github/workflows/shellcheck-lint.yml@main

powershell-lint:
uses: chef/github-workflows/.github/workflows/powershell-lint.yml@main

packer-iso-check:
uses: chef/github-workflows/.github/workflows/packer-iso-url-checker.yml@main

packer-lint:
uses: chef/github-workflows/.github/workflows/packer-lint.yml@main
secrets: inherit
# markdown-lint:
# uses: chef/github-workflows/.github/workflows/markdown-lint.yml@main
#
# markdown-link-checker:
# uses: chef/github-workflows/.github/workflows/markdown-link-checker.yml@main
#
# yaml-lint:
# uses: chef/github-workflows/.github/workflows/yaml-lint.yml@main
#
# json-lint:
# uses: chef/github-workflows/.github/workflows/json-lint.yml@main
#
# xml-lint:
# uses: chef/github-workflows/.github/workflows/xml-lint.yml@main
#
# shellcheck-lint:
# uses: chef/github-workflows/.github/workflows/shellcheck-lint.yml@main
#
# powershell-lint:
# uses: chef/github-workflows/.github/workflows/powershell-lint.yml@main
#
# packer-iso-check:
# uses: chef/github-workflows/.github/workflows/packer-iso-url-checker.yml@main
#
# packer-lint:
# uses: chef/github-workflows/.github/workflows/packer-lint.yml@main
# secrets: inherit

pkr-bld-amazonlinux-x64:
uses: ./.github/workflows/pkr-bld-amazonlinux-x64.yml
Expand Down Expand Up @@ -74,21 +74,21 @@ jobs:
# pkr-bld-vmware-x64:
# uses: ./.github/workflows/pkr-bld-vmware-x64.yml
# secrets: inherit

check_jobs_pass:
if: always()
needs:
- markdown-lint
- yaml-lint
- json-lint
- xml-lint
- powershell-lint
- shellcheck-lint
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@main
with:
allowed-failures:
allowed-skips: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}
#
# check_jobs_pass:
# if: always()
# needs:
# - markdown-lint
# - yaml-lint
# - json-lint
# - xml-lint
# - powershell-lint
# - shellcheck-lint
# runs-on: Ubuntu-latest
# steps:
# - name: Decide whether the needed jobs succeeded or failed
# uses: re-actors/alls-green@main
# with:
# allowed-failures:
# allowed-skips: ${{ toJSON(needs) }}
# jobs: ${{ toJSON(needs) }}
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-amazonlinux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y software-properties-common vagrant virtualbox-7.0
VBoxManage --version
Vagrant --version
vagrant --version
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: Setup Packer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-virtualbox-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y software-properties-common vagrant virtualbox-7.0
VBoxManage --version
Vagrant --version
vagrant --version
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: Setup Packer
Expand Down

0 comments on commit 3534abf

Please sign in to comment.