Skip to content

Commit 55a7f2c

Browse files
committed
DNM: CI test
1 parent 5863336 commit 55a7f2c

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

.automation.conf/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# See: https://github.com/stackhpc/docker-rally/blob/master/bin/rally-verify-wrapper.sh for a full list of tempest parameters that can be overriden.
55
# You can override tempest parameters like so:
6-
6+
#foo
77
# The Tempest concurrency determines how many tests can be running at once.
88
# Higher values run tests faster but risk running out of resources and failing tests
99
# On production systems, Tempest concurrency can usually be set to a high number e.g. 16-64. It is often limited by the number of available floating IPs.

.github/auto-label.yaml

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
---
22
path:
33
pullrequest: true
4-
paths:
5-
doc: 'documentation'
6-
.github: 'workflows'
7-
terraform: 'workflows'
8-
etc:
9-
kayobe:
10-
enviromnents:
11-
ci-aio: 'workflows'
12-
ci-builder: 'workflows'
13-
ci-multinode: 'workflows'
14-
trivy: 'workflows'
15-
ansible: 'ansible'
16-
kolla:
17-
config:
18-
grafana: "monitoring"
19-
prometheus: "monitoring"
20-
fluentd: "monitoring"
4+
multipleLabelPaths:
5+
- paths:
6+
.automation: 'kayobe-automation'
7+
.automation.conf: 'kayobe-automation'
8+
- paths:
9+
doc: 'documentation'
10+
- paths:
11+
.github: 'workflows'
12+
terraform: 'workflows'
13+
- paths:
14+
etc:
15+
kayobe:
16+
enviromnents:
17+
ci-aio: 'workflows'
18+
ci-builder: 'workflows'
19+
ci-multinode: 'workflows'
20+
trivy: 'workflows'
21+
ansible: 'ansible'
22+
kolla:
23+
config:
24+
grafana: "monitoring"
25+
prometheus: "monitoring"
26+
fluentd: "monitoring"
2127

2228
staleness:
2329
pullrequest: true

.github/workflows/multinode-inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# The test scenario is randomly selected.
33
# The inputs are printed to stdout in GitHub step output key=value format.
44

5+
# foo
56
from dataclasses import dataclass
67
import random
78
import typing as t

etc/kayobe/ansible/advise-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# TEST
23
- name: ADVise run
34
hosts: localhost
45
gather_facts: no

0 commit comments

Comments
 (0)