testing multi pipeline build, this will probably not work
Some checks failed
ci/woodpecker/push/upload Pipeline is pending
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-23 09:14:33 +02:00
parent 4cdbb35af8
commit 52dcd7f4ec
Signed by: nils
GPG Key ID: C52E07422A136076
3 changed files with 101 additions and 93 deletions

View File

@ -1,93 +0,0 @@
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=v2022.1.4
- GLUON_SITEDIR=../site
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
make_update:
<<: *default
commands:
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
build-${TARGET}:
<<: *default
commands:
- cd gluon
- make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
show-images-${TARGET}:
<<: *default
commands:
- ls -alh gluon/output/stable/images/factory
delete-old-firmware:
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-key
port: 22
command_timeout: 120m
script:
#- ./rsync-backup-multi.sh
- rm -rf /srv/fwuploads-testing/troisdorf/multi/stable/
- mkdir /srv/fwuploads-testing/troisdorf/multi/stable/
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 0
target: /srv/fwuploads-testing/troisdorf/multi/stable/
source: gluon/output/stable/*
matrix:
TARGET:
- ath79-generic
- ath79-mikrotik
- ath79-nand
- bcm27xx-bcm2708
- bcm27xx-bcm2709
- ipq40xx-generic
- ipq40xx-mikrotik
- ipq806x-generic
- lantiq-xrx200
- lantiq-xway
- mediatek-mt7622
- mpc85xx-p1010
- mpc85xx-p1020
- ramips-mt7620
- ramips-mt7621
- ramips-mt76x8
- realtek-rtl838x
- rockchip-armv8
- sunxi-cortexa7
- x86-64
- x86-generic
- x86-geode
- x86-legacy

68
.woodpecker/build.yml Normal file
View File

@ -0,0 +1,68 @@
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=v2022.1.4
- GLUON_SITEDIR=../site
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
make_update:
<<: *default
commands:
- cd gluon
- make update
patch-iw-to-iw-full:
<<: *default
commands:
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
build-${TARGET}:
<<: *default
commands:
- cd gluon
- make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
show-images-${TARGET}:
<<: *default
commands:
- ls -alh gluon/output/stable/images/factory
matrix:
TARGET:
- ath79-generic
# - ath79-mikrotik
# - ath79-nand
# - bcm27xx-bcm2708
# - bcm27xx-bcm2709
# - ipq40xx-generic
# - ipq40xx-mikrotik
# - ipq806x-generic
# - lantiq-xrx200
# - lantiq-xway
# - mediatek-mt7622
# - mpc85xx-p1010
# - mpc85xx-p1020
# - ramips-mt7620
# - ramips-mt7621
# - ramips-mt76x8
# - realtek-rtl838x
# - rockchip-armv8
# - sunxi-cortexa7
# - x86-64
# - x86-generic
# - x86-geode
# - x86-legacy

33
.woodpecker/upload.yml Normal file
View File

@ -0,0 +1,33 @@
workspace:
base: /build
pipeline:
show-images-${TARGET}:
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
commands:
- ls -alh gluon/output/stable/images/factory
delete-old-firmware:
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-key
port: 22
command_timeout: 120m
script:
- rm -rf /srv/fwuploads-testing/troisdorf/multi/stable/
- mkdir /srv/fwuploads-testing/troisdorf/multi/stable/
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 0
target: /srv/fwuploads-testing/troisdorf/multi/stable/
source: gluon/output/stable/*