fix(ci): run only on amd64

This commit is contained in:
Markus Pesch 2023-02-08 18:40:49 +01:00
parent 1356dd6824
commit f9958f7cac
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 7 additions and 6 deletions

View File

@ -3,8 +3,9 @@ kind: pipeline
type: kubernetes
name: linter
platform:
os: linux
node_selector:
kubernetes.io/arch: amd64
kubernetes.io/os: linux
steps:
- name: markdown lint
@ -18,12 +19,12 @@ steps:
- name: ansible lint
commands:
- ansible-lint
image: docker.io/volkerraschek:ansible-archlinux:latest
- ansible-lint .
image: docker.io/volkerraschek/ansible-archlinux:latest
resources:
limits:
cpu: 50
memory: 50M
cpu: 250
memory: 250M
- name: email-notification
environment: