build: only build on compute intense nodes
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2748d37561
commit
2dbbf7431f
@ -6,6 +6,7 @@ platform:
|
|||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
federationhq.de/location: Blumendorf
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -34,6 +35,7 @@ platform:
|
|||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
federationhq.de/location: Blumendorf
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -60,6 +62,7 @@ name: push
|
|||||||
node_selector:
|
node_selector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
federationhq.de/location: Blumendorf
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
|
Loading…
Reference in New Issue
Block a user