Compare commits

...

12 Commits
next ... stable

Author SHA1 Message Date
c86878b16a
testing bs 2023-06-05 20:35:37 +02:00
Stefan
d5eeb69b68
testing with next 2023-06-04 10:15:56 +02:00
Stefan
9926d7f9cd
testing ci 2023-06-04 09:48:04 +02:00
Stefan
87ab6ef0b7
Changed filenames 2023-06-04 08:45:42 +02:00
Stefan
1cf4b5acd4
fixed typo 2023-06-04 08:39:43 +02:00
Stefan
2718c5d0ac
Build all Branches paralell 2023-06-04 08:37:43 +02:00
Stefan
34225a082c
Testing more pipeline Builds 2023-06-04 08:33:41 +02:00
Stefan
67694ce78a
Releasing experimental 2022.1.4 2023-06-02 22:13:58 +02:00
Stefan
9942996258
fix 2023-06-02 22:13:35 +02:00
Stefan
1fc7e9a344
Publish experimental test 2023-06-02 20:15:24 +02:00
Stefan
60a659dd32
Testing Publishing in drymode 2023-06-02 20:07:22 +02:00
Stefan
15eadd8765
Added Pipeline for Releasing Firmware 2023-06-02 19:11:09 +02:00
7 changed files with 172 additions and 11 deletions

View File

@ -0,0 +1,82 @@
---
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=${CI_COMMIT_TAG}
- GLUON_SITEDIR=..
- 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:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
when:
event: tag
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
BRANCH:
- beta
depends_on:
- prepare

View File

@ -0,0 +1,82 @@
---
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=${CI_COMMIT_TAG}
- GLUON_SITEDIR=..
- 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:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
upload:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/*
when:
event: tag
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
BRANCH:
- experimental
depends_on:
- prepare

View File

@ -79,8 +79,6 @@ matrix:
- x86-legacy
BRANCH:
- stable
- beta
- experimental
depends_on:
- prepare

View File

@ -1,6 +1,4 @@
---
platform: linux/arm64
variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
@ -71,4 +69,4 @@ matrix:
- ramips-mt7621
depends_on:
- prepare_next
- prepare_next

View File

@ -1,6 +1,4 @@
---
platform: linux/arm64
skip_clone: true
pipeline:
@ -19,4 +17,4 @@ pipeline:
- mkdir -p /srv/fwuploads-tmp/troisdorf/multi/beta
- mkdir -p /srv/fwuploads-tmp/troisdorf/multi/experimental
when:
event: tag
event: tag

View File

@ -1,6 +1,4 @@
---
platform: linux/arm64
skip_clone: true
pipeline:
@ -17,4 +15,4 @@ pipeline:
- rm -rf /srv/fwuploads-tmp/troisdorf/testing/*
- mkdir -p /srv/fwuploads-tmp/troisdorf/testing/
when:
branch: next
branch: next

5
release_state.json Normal file
View File

@ -0,0 +1,5 @@
{
"stable": "v2020.2.2",
"beta": "v2020.2.2",
"experimental": "v2022.1.4"
}