summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite/testsuite-cds-mock-ssh.yaml
blob: 1812bc7974891f96f523ad76bb5364d5fcb05cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
- project:
    name: testsuite-cds-mock-ssh-project-view
    project-name: testsuite-cds-mock-ssh
    views:
      - project-view

- project:
    name: testsuite-cds-mock-ssh-info
    project: testsuite/cds-mock-ssh
    project-name: testsuite-cds-mock-ssh
    build-node: centos8-builder-2c-1g
    jobs:
      - gerrit-info-yaml-verify

- project:
    name: testsuite-cds-mock-ssh-linters
    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"
    stream:
      - "master":
          branch: "master"