Add woodpecker ci (temp)
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m29s
testing / frontend-checks (pull_request) Successful in 1m26s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m26s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Successful in 31m57s
testing / test-pgsql (pull_request) Successful in 38m25s
testing / test-sqlite (pull_request) Successful in 32m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m26s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m23s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m32s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m36s
testing / security-check (pull_request) Successful in 1m5s
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m29s
testing / frontend-checks (pull_request) Successful in 1m26s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m26s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Successful in 31m57s
testing / test-pgsql (pull_request) Successful in 38m25s
testing / test-sqlite (pull_request) Successful in 32m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m26s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m23s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m32s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m36s
testing / security-check (pull_request) Successful in 1m5s
This commit is contained in:
parent
7635150699
commit
3b47057ffa
2 changed files with 39 additions and 1 deletions
38
.woodpecker/.build.yaml
Normal file
38
.woodpecker/.build.yaml
Normal 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
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "forgejo",
|
"name": "forkjo",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
Loading…
Reference in a new issue