Skip to content

Commit 64fd5cc

Browse files
Automated PR: Standardising Files (#472)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Cleanup CHANGELOG Signed-off-by: Lance Albertson <lance@osuosl.org> * Migrate to new workflow pipelines Signed-off-by: Lance Albertson <lance@osuosl.org> Co-authored-by: Lance Albertson <lance@osuosl.org>
1 parent 547686a commit 64fd5cc

4 files changed

Lines changed: 16 additions & 33 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,17 @@ name: ci
88
- main
99

1010
jobs:
11-
delivery:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Check out code
15-
uses: actions/checkout@v2
16-
- name: Run Chef Delivery
17-
uses: actionshub/chef-delivery@main
18-
env:
19-
CHEF_LICENSE: accept-no-persist
20-
21-
yamllint:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- name: Check out code
25-
uses: actions/checkout@v2
26-
- name: Run yaml Lint
27-
uses: actionshub/yamllint@main
28-
29-
mdl:
30-
runs-on: ubuntu-latest
31-
steps:
32-
- name: Check out code
33-
uses: actions/checkout@v2
34-
- name: Run Markdown Lint
35-
uses: actionshub/markdownlint@main
11+
lint-unit:
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
13+
permissions:
14+
actions: write
15+
checks: write
16+
pull-requests: write
17+
statuses: write
18+
issues: write
3619

3720
integration:
38-
needs: [mdl, yamllint, delivery]
21+
needs: lint-unit
3922
runs-on: ubuntu-latest
4023
strategy:
4124
matrix:
@@ -82,7 +65,7 @@ jobs:
8265
os: ${{ matrix.os }}
8366

8467
lua_test:
85-
needs: [mdl, yamllint, delivery]
68+
needs: lint-unit
8669
runs-on: ubuntu-latest
8770
strategy:
8871
matrix:
@@ -107,7 +90,7 @@ jobs:
10790
os: ${{ matrix.os }}
10891

10992
configtest:
110-
needs: [mdl, yamllint, delivery]
93+
needs: lint-unit
11194
runs-on: ubuntu-latest
11295
strategy:
11396
matrix:

.overcommit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ PreCommit:
1111
enabled: true
1212
required_executable: 'cookstyle'
1313
command: ["cookstyle"]
14-
Delivery:
15-
enabled: true
16-
required_executable: 'delivery'
17-
flags: ['local', 'all']
1814
CommitMsg:
1915
HardTabs:
2016
enabled: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ This file is used to list changes made in each version of the haproxy cookbook.
55
## Unreleased
66

77
- Remove delivery folder
8+
- Standardise files with files in sous-chefs/repo-management
9+
- Migrate to new workflow pipelines
810

911
## 12.2.2 - *2021-10-05*
1012

13+
- Update supported platforms in README.md
14+
1115
## 12.2.1 - *2021-08-30*
1216

1317
- Standardise files with files in sous-chefs/repo-management

chefignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Dangerfile
6161
examples/*
6262
features/*
6363
Guardfile
64-
kitchen.yml*
64+
kitchen*.yml
6565
mlc_config.json
6666
Procfile
6767
Rakefile

0 commit comments

Comments
 (0)