Skip to content

Commit 69b5446

Browse files
committed
Run functional tests if workflow changes
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 7c10efb commit 69b5446

17 files changed

+18
-2
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**baremetal**'
6+
- '.github/workflows/functional-baremetal.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**blockstorage**'
6+
- '.github/workflows/functional-blockstorage.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**compute**'
6+
- '.github/workflows/functional-compute.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**containerinfra**'
6+
- '.github/workflows/functional-containerinfra.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-dns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: functional-dns
22
on:
33
pull_request:
44
paths:
5-
- '**openstack/dns**'
6-
- '**functional-dns.yaml'
5+
- '**dns**'
6+
- '.github/workflows/functional-dns.yaml'
77
schedule:
88
- cron: '0 0 */3 * *'
99
jobs:

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**networking/v2/extensions/fwaas_v2**'
6+
- '.github/workflows/functional-fwaas_v2.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-identity.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**identity**'
6+
- '.github/workflows/functional-identity.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**image**'
6+
- '.github/workflows/functional-image.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-keymanager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**keymanager**'
6+
- '.github/workflows/functional-keymanager.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

.github/workflows/functional-loadbalancer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**loadbalancer**'
6+
- '.github/workflows/functional-loadbalancer.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

0 commit comments

Comments
 (0)