ADD: some testing
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
2eb4248e5c
commit
be1d692290
45
.drone.yml
45
.drone.yml
@ -1,6 +1,49 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: default-build
|
name: arm64-pipeline
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /cache
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: fedhq-ca-crt
|
||||||
|
config_map:
|
||||||
|
name: fedhq-ca-crt
|
||||||
|
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||||
|
optional: false
|
||||||
|
- name: cache
|
||||||
|
claim:
|
||||||
|
name: federationhq-drone-cache-pvc
|
||||||
|
read_only: false
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build Image
|
||||||
|
image: registry.cloud.federationhq.de/drone-buildah-plugin:latest
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- name: fedhq-ca-crt
|
||||||
|
path: /etc/ssl/certs2/
|
||||||
|
- name: cache
|
||||||
|
path: /var/lib/containers/storage
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
pullfirst: true
|
||||||
|
ca_cert: "/etc/ssl/certs2/federationHQ-CA.pem"
|
||||||
|
registry: "registry.cloud.federationhq.de"
|
||||||
|
tag: latex:latest
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: amd64-pipeline
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
path: /cache
|
path: /cache
|
||||||
|
Loading…
Reference in New Issue
Block a user