Skip to content

Commit

Permalink
DNM: CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Dec 5, 2024
1 parent 5863336 commit 3470a0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .automation.conf/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 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.
# You can override tempest parameters like so:

#foo
# The Tempest concurrency determines how many tests can be running at once.
# Higher values run tests faster but risk running out of resources and failing tests
# 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.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/multinode-inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# The test scenario is randomly selected.
# The inputs are printed to stdout in GitHub step output key=value format.

# foo
from dataclasses import dataclass
import random
import typing as t
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/ansible/advise-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# TEST
- name: ADVise run
hosts: localhost
gather_facts: no
Expand Down

0 comments on commit 3470a0b

Please sign in to comment.