summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite/pythonsdk-tests
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 08:58:48 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:44:57 -0700
commitac603ba604e4ffa9eed4806a4f95e8f41b9d2c27 (patch)
tree05a739a40001ea5dd1590aa0d1207cb9609c2261 /jjb/testsuite/pythonsdk-tests
parentc21ab3435f4aa72455da6f8e4c400c9588a55f90 (diff)
Refactor: Cleanup for pre-commit
Change-Id: I0e01f2b701bc46fe5dd7b4e6187444efb7cac53a Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/testsuite/pythonsdk-tests')
-rw-r--r--jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml56
1 files changed, 28 insertions, 28 deletions
diff --git a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
index 269b5cbfe..80e4a1b9f 100644
--- a/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
+++ b/jjb/testsuite/pythonsdk-tests/testsuite-pythonsdk-tests.yaml
@@ -10,36 +10,36 @@
- project:
name: testsuite-pythonsdk-tests-linters
- project: 'testsuite/pythonsdk-tests'
- project-name: 'testsuite-pythonsdk-tests'
+ project: "testsuite/pythonsdk-tests"
+ project-name: "testsuite-pythonsdk-tests"
python-version: python3
jobs:
- integration-linters
subproject:
- - 'yaml':
- tox-dir: '.'
- tox-envs: 'yaml'
- pattern: '**/*.yaml'
- - 'yml':
- tox-dir: '.'
- tox-envs: 'yaml'
- pattern: '**/*.yml'
- - 'json':
- tox-dir: '.'
- tox-envs: 'json'
- pattern: '**/*.json'
- - 'python':
- tox-dir: '.'
- tox-envs: 'py'
- pattern: '**/*.py'
- - 'rst':
- tox-dir: '.'
- tox-envs: 'rst'
- pattern: '**/*.rst'
- - 'md':
- tox-dir: '.'
- tox-envs: 'md'
- pattern: '**/*.md'
+ - "yaml":
+ tox-dir: "."
+ tox-envs: "yaml"
+ pattern: "**/*.yaml"
+ - "yml":
+ tox-dir: "."
+ tox-envs: "yaml"
+ pattern: "**/*.yml"
+ - "json":
+ tox-dir: "."
+ tox-envs: "json"
+ pattern: "**/*.json"
+ - "python":
+ tox-dir: "."
+ tox-envs: "py"
+ pattern: "**/*.py"
+ - "rst":
+ tox-dir: "."
+ tox-envs: "rst"
+ pattern: "**/*.rst"
+ - "md":
+ tox-dir: "."
+ tox-envs: "md"
+ pattern: "**/*.md"
stream:
- - 'master':
- branch: 'master'
+ - "master":
+ branch: "master"