Add woodpecker ci (temp)
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 4m43s
testing / frontend-checks (pull_request) Successful in 1m28s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m14s
testing / test-e2e (pull_request) Successful in 4m2s
testing / test-mysql (pull_request) Successful in 31m48s
testing / test-pgsql (pull_request) Successful in 36m49s
testing / test-sqlite (pull_request) Successful in 30m18s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m5s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m25s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m25s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m7s
testing / security-check (pull_request) Successful in 1m10s

This commit is contained in:
Tom Neuber 2024-10-23 19:47:05 +02:00
parent 526cf1cb12
commit d21dff4883
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 39 additions and 1 deletions

38
.woodpecker/.build.yaml Normal file
View file

@ -0,0 +1,38 @@
---
steps:
- name: build (prod)
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/tom/forkjo
platforms:
- linux/amd64
tags:
- latest
- ${CI_PIPELINE_NUMBER}
when:
- branch: forgejo
event: push
- name: build (experimental)
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/tom/forkjo
platforms:
- linux/amd64
tags:
- experimental
- experimental-${CI_PIPELINE_NUMBER}
when:
- branch:
exclude: forgejo
event: push

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "forgejo", "name": "forkjo",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {