Skip to content

Commit 3470a0b

Browse files
committed
DNM: CI test
1 parent 5863336 commit 3470a0b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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/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)