Browse Source

ci: update `pre-commit` configuration inc. for pre-commit.ci [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/450
tags/v1.12.0
Imran Iqbal 2 years ago
parent
commit
c8f9dd44e6
No account linked to committer's email address
8 changed files with 18 additions and 104 deletions
  1. +0
    -1
      .github/workflows/kitchen.vagrant.yml
  2. +1
    -11
      .gitlab-ci.yml
  3. +13
    -1
      .pre-commit-config.yaml
  4. +1
    -11
      .travis.yml
  5. +0
    -9
      kitchen.vagrant.yml
  6. +0
    -66
      kitchen.yml
  7. +3
    -3
      test/integration/default/files/_mapdata/debian-9.yaml
  8. +0
    -2
      test/salt/pillar/top.sls

+ 0
- 1
.github/workflows/kitchen.vagrant.yml View File

- default-freebsd-130-3004-0-py3 - default-freebsd-130-3004-0-py3
- default-freebsd-123-3004-0-py3 - default-freebsd-123-3004-0-py3
- default-openbsd-70-3003-3-py3 - default-openbsd-70-3003-3-py3
- default-openbsd-69-3002-6-py3
- default-windows-10-latest-py3 - default-windows-10-latest-py3
- default-windows-81-latest-py3 - default-windows-81-latest-py3
steps: steps:

+ 1
- 11
.gitlab-ci.yml View File

# default-centos-7-master-py3: {extends: '.test_instance'} # default-centos-7-master-py3: {extends: '.test_instance'}
# default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} # default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
# default-fedora-35-master-py3: {extends: '.test_instance'} # default-fedora-35-master-py3: {extends: '.test_instance'}
# default-fedora-34-master-py3: {extends: '.test_instance'}
# default-opensuse-leap-153-master-py3: {extends: '.test_instance'} # default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} # default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
# default-amazonlinux-2-master-py3: {extends: '.test_instance'} # default-amazonlinux-2-master-py3: {extends: '.test_instance'}
# default-centos-7-3004-1-py3: {extends: '.test_instance'} # default-centos-7-3004-1-py3: {extends: '.test_instance'}
default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'} default-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
default-fedora-35-3004-1-py3: {extends: '.test_instance'} default-fedora-35-3004-1-py3: {extends: '.test_instance'}
default-fedora-34-3004-1-py3: {extends: '.test_instance'}
default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'} default-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'} default-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'} # default-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
default-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'} default-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'}
default-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'} default-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'}
default-debian-10-3003-4-py3: {extends: '.test_instance'} default-debian-10-3003-4-py3: {extends: '.test_instance'}
# default-debian-9-3003-4-py3: {extends: '.test_instance'}
default-debian-9-3003-4-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3003-4-py3: {extends: '.test_instance'} # default-ubuntu-2004-3003-4-py3: {extends: '.test_instance'}
default-ubuntu-1804-3003-4-py3: {extends: '.test_instance'} default-ubuntu-1804-3003-4-py3: {extends: '.test_instance'}
# default-centos-stream8-3003-4-py3: {extends: '.test_instance_failure_permitted'} # default-centos-stream8-3003-4-py3: {extends: '.test_instance_failure_permitted'}
# default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'} # default-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'} default-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
# default-almalinux-8-3003-4-py3: {extends: '.test_instance'} # default-almalinux-8-3003-4-py3: {extends: '.test_instance'}
# default-debian-10-3002-8-py3: {extends: '.test_instance'}
default-debian-9-3002-8-py3: {extends: '.test_instance'}
# default-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
# default-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
# default-centos-7-3002-8-py3: {extends: '.test_instance'}
# default-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
# default-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
# default-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
# yamllint enable rule:line-length # yamllint enable rule:line-length


############################################################################### ###############################################################################

+ 13
- 1
.pre-commit-config.yaml View File

--- ---
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
ci:
autofix_commit_msg: |
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks

For more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: |
ci(pre-commit.ci): perform `pre-commit` autoupdate
autoupdate_schedule: quarterly
skip: []
submodules: false
default_stages: [commit] default_stages: [commit]
repos: repos:
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook - repo: https://github.com/dafyddj/commitlint-pre-commit-hook
additional_dependencies: ['@commitlint/config-conventional@8.3.4'] additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true always_run: true
- repo: https://github.com/rubocop-hq/rubocop - repo: https://github.com/rubocop-hq/rubocop
rev: v1.25.1
rev: v1.30.1
hooks: hooks:
- id: rubocop - id: rubocop
name: Check Ruby files with rubocop name: Check Ruby files with rubocop

+ 1
- 11
.travis.yml View File

# - env: INSTANCE=default-centos-7-master-py3 # - env: INSTANCE=default-centos-7-master-py3
# - env: INSTANCE=default-fedora-36-master-py3 # - env: INSTANCE=default-fedora-36-master-py3
# - env: INSTANCE=default-fedora-35-master-py3 # - env: INSTANCE=default-fedora-35-master-py3
# - env: INSTANCE=default-fedora-34-master-py3
# - env: INSTANCE=default-opensuse-leap-153-master-py3 # - env: INSTANCE=default-opensuse-leap-153-master-py3
# - env: INSTANCE=default-opensuse-tmbl-latest-master-py3 # - env: INSTANCE=default-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=default-amazonlinux-2-master-py3 # - env: INSTANCE=default-amazonlinux-2-master-py3
# - env: INSTANCE=default-centos-7-3004-1-py3 # - env: INSTANCE=default-centos-7-3004-1-py3
- env: INSTANCE=default-fedora-36-3004-1-py3 - env: INSTANCE=default-fedora-36-3004-1-py3
- env: INSTANCE=default-fedora-35-3004-1-py3 - env: INSTANCE=default-fedora-35-3004-1-py3
- env: INSTANCE=default-fedora-34-3004-1-py3
- env: INSTANCE=default-amazonlinux-2-3004-1-py3 - env: INSTANCE=default-amazonlinux-2-3004-1-py3
- env: INSTANCE=default-oraclelinux-8-3004-1-py3 - env: INSTANCE=default-oraclelinux-8-3004-1-py3
# - env: INSTANCE=default-oraclelinux-7-3004-1-py3 # - env: INSTANCE=default-oraclelinux-7-3004-1-py3
- env: INSTANCE=default-opensuse-leap-153-3004-0-py3 - env: INSTANCE=default-opensuse-leap-153-3004-0-py3
- env: INSTANCE=default-opensuse-tmbl-latest-3004-0-py3 - env: INSTANCE=default-opensuse-tmbl-latest-3004-0-py3
- env: INSTANCE=default-debian-10-3003-4-py3 - env: INSTANCE=default-debian-10-3003-4-py3
# - env: INSTANCE=default-debian-9-3003-4-py3
- env: INSTANCE=default-debian-9-3003-4-py3
# - env: INSTANCE=default-ubuntu-2004-3003-4-py3 # - env: INSTANCE=default-ubuntu-2004-3003-4-py3
- env: INSTANCE=default-ubuntu-1804-3003-4-py3 - env: INSTANCE=default-ubuntu-1804-3003-4-py3
# - env: INSTANCE=default-centos-stream8-3003-4-py3 # - env: INSTANCE=default-centos-stream8-3003-4-py3
# - env: INSTANCE=default-oraclelinux-8-3003-4-py3 # - env: INSTANCE=default-oraclelinux-8-3003-4-py3
- env: INSTANCE=default-oraclelinux-7-3003-4-py3 - env: INSTANCE=default-oraclelinux-7-3003-4-py3
# - env: INSTANCE=default-almalinux-8-3003-4-py3 # - env: INSTANCE=default-almalinux-8-3003-4-py3
# - env: INSTANCE=default-debian-10-3002-8-py3
- env: INSTANCE=default-debian-9-3002-8-py3
# - env: INSTANCE=default-ubuntu-2004-3002-8-py3
# - env: INSTANCE=default-ubuntu-1804-3002-8-py3
# - env: INSTANCE=default-centos-7-3002-8-py3
# - env: INSTANCE=default-amazonlinux-2-3002-8-py3
# - env: INSTANCE=default-oraclelinux-8-3002-8-py3
# - env: INSTANCE=default-oraclelinux-7-3002-8-py3


## Define the release stage that runs `semantic-release` ## Define the release stage that runs `semantic-release`
- stage: 'release' - stage: 'release'

+ 0
- 9
kitchen.vagrant.yml View File

verifier: verifier:
inputs: inputs:
saltmajorversion: 3003 saltmajorversion: 3003
- name: openbsd-69-3002-6-py3
driver:
box: myii/openbsd-6.9-3002.6-py3
ssh:
shell: /bin/ksh
synced_folders: []
verifier:
inputs:
saltmajorversion: 3002
- name: windows-10-latest-py3 - name: windows-10-latest-py3
driver: driver:
box: techneg/win10x64-pro-salt box: techneg/win10x64-pro-salt

+ 0
- 66
kitchen.yml View File

verifier: verifier:
inputs: inputs:
saltmajorversion: 3004 saltmajorversion: 3004
- name: fedora-34-master-py3
driver:
image: saltimages/salt-master-py3:fedora-34
verifier:
inputs:
saltmajorversion: 3004
- name: opensuse-leap-153-master-py3 - name: opensuse-leap-153-master-py3
driver: driver:
image: saltimages/salt-master-py3:opensuse-leap-15.3 image: saltimages/salt-master-py3:opensuse-leap-15.3
verifier: verifier:
inputs: inputs:
saltmajorversion: 3004 saltmajorversion: 3004
- name: fedora-34-3004-1-py3
driver:
image: saltimages/salt-3004.1-py3:fedora-34
verifier:
inputs:
saltmajorversion: 3004
- name: amazonlinux-2-3004-1-py3 - name: amazonlinux-2-3004-1-py3
driver: driver:
image: saltimages/salt-3004.1-py3:amazonlinux-2 image: saltimages/salt-3004.1-py3:amazonlinux-2
inputs: inputs:
saltmajorversion: 3003 saltmajorversion: 3003


## SALT `3002.8`
- name: debian-10-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:debian-10
run_command: /lib/systemd/systemd
verifier:
inputs:
saltmajorversion: 3002
- name: debian-9-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:debian-9
run_command: /lib/systemd/systemd
verifier:
inputs:
saltmajorversion: 3002
- name: ubuntu-2004-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:ubuntu-20.04
run_command: /lib/systemd/systemd
verifier:
inputs:
saltmajorversion: 3002
- name: ubuntu-1804-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:ubuntu-18.04
run_command: /lib/systemd/systemd
verifier:
inputs:
saltmajorversion: 3002
- name: centos-7-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:centos-7
verifier:
inputs:
saltmajorversion: 3002
- name: amazonlinux-2-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:amazonlinux-2
verifier:
inputs:
saltmajorversion: 3002
- name: oraclelinux-8-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:oraclelinux-8
verifier:
inputs:
saltmajorversion: 3002
- name: oraclelinux-7-3002-8-py3
driver:
image: saltimages/salt-3002.8-py3:oraclelinux-7
verifier:
inputs:
saltmajorversion: 3002

verifier: verifier:
# https://www.inspec.io/ # https://www.inspec.io/
name: inspec name: inspec

+ 3
- 3
test/integration/default/files/_mapdata/debian-9.yaml View File

parallel: true parallel: true
pin_version: false pin_version: false
pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64] pkgrepo: deb [signed-by=/usr/share/keyrings/salt-archive-keyring.gpg arch=amd64]
https://repo.saltproject.io/py3/debian/9/amd64/3002 stretch main
pkgrepo_keyring: https://repo.saltproject.io/py3/debian/9/amd64/3002/salt-archive-keyring.gpg
https://repo.saltproject.io/py3/debian/9/amd64/3003 stretch main
pkgrepo_keyring: https://repo.saltproject.io/py3/debian/9/amd64/3003/salt-archive-keyring.gpg
pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47 pkgrepo_keyring_hash: sha256=ea38e0cdbd8dc53e1af154a8d711a2a321a69f81188062dc5cde9d54df2b8c47
py_ver: py3 py_ver: py3
pyinotify: python-pyinotify pyinotify: python-pyinotify
python_dulwich: python-dulwich python_dulwich: python-dulwich
python_git: python-git python_git: python-git
release: '3002'
release: '3003'
restart_via_at: false restart_via_at: false
retry_options: retry_options:
attempts: 5 attempts: 5

+ 0
- 2
test/salt/pillar/top.sls View File

- v3004-py3 - v3004-py3
'G@saltversioninfo:0:3003 and G@pythonversion:0:3': 'G@saltversioninfo:0:3003 and G@pythonversion:0:3':
- v3003-py3 - v3003-py3
'G@saltversioninfo:0:3002 and G@pythonversion:0:3':
- v3002-py3
... ...

Loading…
Cancel
Save