fix(ci): run only on amd64
This commit is contained in:
parent
1356dd6824
commit
f9958f7cac
13
.drone.yml
13
.drone.yml
@ -3,8 +3,9 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: linter
|
name: linter
|
||||||
|
|
||||||
platform:
|
node_selector:
|
||||||
os: linux
|
kubernetes.io/arch: amd64
|
||||||
|
kubernetes.io/os: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
@ -18,12 +19,12 @@ steps:
|
|||||||
|
|
||||||
- name: ansible lint
|
- name: ansible lint
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint
|
- ansible-lint .
|
||||||
image: docker.io/volkerraschek:ansible-archlinux:latest
|
image: docker.io/volkerraschek/ansible-archlinux:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 250
|
||||||
memory: 50M
|
memory: 250M
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user