Skip to content

Commit 8c8c3bd

Browse files
Merge pull request #61 from austb/fix-ci-tests
parallel test: change port value to puppet_7_node
2 parents 6455df3 + 8da48f5 commit 8c8c3bd

16 files changed

Lines changed: 52 additions & 106 deletions

File tree

.github/workflows/apply.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
---
12
name: Apply
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/apply.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- lib/bolt/**
13-
- libexec/**
14-
- rakelib/tests.rake
15-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
169

1710
permissions:
1811
contents: read

.github/workflows/bolt_spec.yaml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1+
---
2+
13
name: BoltSpec
24

35
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/bolt_spec.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- lib/bolt/**
13-
- lib/bolt_spec/**
14-
- libexec/**
15-
- rakelib/tests.rake
16-
- spec/**
6+
pull_request: {}
7+
push:
8+
branches:
9+
- main
1710

1811
permissions:
1912
contents: read

.github/workflows/docker_transport.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Docker transport
23

34
on:

.github/workflows/linux.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
---
12
name: Linux
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/linux.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- lib/bolt/**
13-
- libexec/**
14-
- rakelib/tests.rake
15-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
169

1710
permissions:
1811
contents: read

.github/workflows/modules.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
---
12
name: Modules
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/modules.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- bolt_spec_spec/**
13-
- lib/bolt/**
14-
- modules/**
15-
- rakelib/tests.rake
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
169

1710
permissions:
1811
contents: read

.github/workflows/pwsh.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
---
12
name: pwsh
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/pwsh.yaml
8-
- pwsh_module/*
9-
- lib/bolt/bolt_option_parser.rb
10-
- rakelib/pwsh.rake
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
119

1210
permissions:
1311
contents: read

.github/workflows/schemas.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1+
---
12
name: Schemas
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- lib/bolt/config/options.rb
8-
- lib/bolt/config/transport/**
9-
- lib/bolt/inventory/options.rb
10-
- rakelib/schemas.rake
11-
- schemas/*.json
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
129

1310
permissions:
1411
contents: read

.github/workflows/ssh_transport.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
---
12
name: SSH Transport
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/ssh_transport.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- lib/bolt/**
13-
- libexec/**
14-
- rakelib/tests.rake
15-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
169

1710
permissions:
1811
contents: read

.github/workflows/windows.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
name: Windows
33

44
on:
5-
pull_request:
6-
types: [opened, reopened, edited, synchronize]
7-
paths:
8-
- .github/workflows/windows.yaml
9-
- bolt.gemspec
10-
- Gemfile
11-
- Puppetfile
12-
- bolt-modules/**
13-
- lib/bolt/**
14-
- libexec/**
15-
- rakelib/tests.rake
16-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
179

1810
env:
1911
BOLT_WINRM_USER: roddypiper

.github/workflows/winrm_transport.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
---
12
name: WinRM Transport
23

34
on:
4-
pull_request:
5-
types: [opened, reopened, edited, synchronize]
6-
paths:
7-
- .github/workflows/winrm_transport.yaml
8-
- bolt.gemspec
9-
- Gemfile
10-
- Puppetfile
11-
- bolt-modules/**
12-
- lib/bolt/**
13-
- libexec/**
14-
- rakelib/tests.rake
15-
- spec/**
5+
pull_request: {}
6+
push:
7+
branches:
8+
- main
169

1710
permissions:
1811
contents: read

0 commit comments

Comments
 (0)