Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15b9053

Browse filesBrowse files
committed
Run functional tests if workflow changes
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent c9a3171 commit 15b9053
Copy full SHA for 15b9053

17 files changed

+18
-2
lines changed

‎.github/workflows/functional-baremetal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-baremetal.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-blockstorage.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-compute.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-containerinfra.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-dns.yaml
+2-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-fwaas_v2.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-identity.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-image.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-keymanager.yaml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-loadbalancer.yaml
+1Lines 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:

‎.github/workflows/functional-messaging.yaml

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

‎.github/workflows/functional-networking.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-networking.yaml
+1Lines 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**'
6+
- '.github/workflows/functional-networking.yaml'
67
schedule:
78
- cron: '0 0 */3 * *'
89
jobs:

‎.github/workflows/functional-objectstorage.yaml

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

‎.github/workflows/functional-orchestration.yaml

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

‎.github/workflows/functional-placement.yaml

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

‎.github/workflows/functional-sharedfilesystems.yaml

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

‎.github/workflows/functional-workflow.yaml

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.