diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-05-03 08:58:48 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2023-05-03 09:44:57 -0700 |
commit | ac603ba604e4ffa9eed4806a4f95e8f41b9d2c27 (patch) | |
tree | 05a739a40001ea5dd1590aa0d1207cb9609c2261 /jjb/testsuite/testsuite-cds-mock-ssh.yaml | |
parent | c21ab3435f4aa72455da6f8e4c400c9588a55f90 (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/testsuite-cds-mock-ssh.yaml')
-rw-r--r-- | jjb/testsuite/testsuite-cds-mock-ssh.yaml | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/jjb/testsuite/testsuite-cds-mock-ssh.yaml b/jjb/testsuite/testsuite-cds-mock-ssh.yaml index 4c0ece378..1812bc797 100644 --- a/jjb/testsuite/testsuite-cds-mock-ssh.yaml +++ b/jjb/testsuite/testsuite-cds-mock-ssh.yaml @@ -15,33 +15,32 @@ - project: name: testsuite-cds-mock-ssh-linters - project: 'testsuite/cds-mock-ssh' - project-name: 'testsuite-cds-mock-ssh' + project: "testsuite/cds-mock-ssh" + project-name: "testsuite-cds-mock-ssh" 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' - - '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" + - "md": + tox-dir: "." + tox-envs: "md" + pattern: "**/*.md" stream: - - 'master': - branch: 'master' - + - "master": + branch: "master" |