adding saltstack-internal tag to get perms right

This commit is contained in:
Felippe Burk 2020-04-08 23:25:06 -06:00 committed by Bryce Larson
parent 933a79f8cf
commit 0cf809a3c3
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA
2 changed files with 17 additions and 7 deletions

View file

@ -1,11 +1,17 @@
---
stages:
- lint
- pre-commit
- test
include:
- project: 'saltstack/pop/cicd/ci-templates'
file: '/lint/pre-commit-run-all.yml'
lint-salt-full:
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
stage: lint
stage: pre-commit
tags:
- saltstack-internal
cache:
key: nox-lint-cache
paths:
@ -25,7 +31,9 @@ lint-salt-full:
lint-tests-full:
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
stage: lint
stage: pre-commit
tags:
- saltstack-internal
cache:
key: nox-lint-cache
paths:
@ -46,6 +54,8 @@ lint-tests-full:
docs-build-html:
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
stage: test
tags:
- saltstack-internal
cache:
key: nox-docs-cache
paths:
@ -61,6 +71,8 @@ docs-build-html:
docs-build-man-pages:
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
stage: test
tags:
- saltstack-internal
cache:
key: nox-docs-cache
paths:

View file

@ -106,7 +106,6 @@ repos:
- --py-version=3.5
- --platform=linux
- id: pip-tools-compile
alias: compile-linux-py3.6-zmq-requirements
name: Linux Py3.6 ZeroMQ Requirements
@ -206,7 +205,6 @@ repos:
- --py-version=3.6
- --platform=linux
- id: pip-tools-compile
alias: compile-linux-py3.7-zmq-requirements
name: Linux Py3.7 ZeroMQ Requirements
@ -307,7 +305,7 @@ repos:
- --platform=linux
- repo: https://github.com/timothycrosley/isort
rev: '1e78a9acf3110e1f9721feb591f89a451fc9876a'
rev: "1e78a9acf3110e1f9721feb591f89a451fc9876a"
hooks:
- id: isort
additional_dependencies: ['toml']
@ -321,7 +319,7 @@ repos:
)$
- repo: https://github.com/psf/black
rev: stable
rev: 19.10b0
hooks:
- id: black
# This tells pre-commit not to pass files to black.