Compare commits

..

22 Commits
next ... stable

Author SHA1 Message Date
f7d57434a8 Update release_state.json
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-20 11:42:51 +00:00
6ef7eeb987 Update release_state.json
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-12 21:12:11 +00:00
c2af74cd78 Update .woodpecker/publish.yml
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-08-12 21:11:21 +00:00
121d16ecc2 Release v2022.1.4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-08-12 21:06:00 +00:00
518b4ae032
First Publish of Beta 2022.1.4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:15:39 +02:00
1cf42745bc
testing
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:14:20 +02:00
7ba83cbfdf
publish beta
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:13:13 +02:00
33db9e490c
testing publish
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-07-14 22:08:35 +02:00
103ca88881
changed beta to 2022.1.4 2023-07-14 22:07:01 +02:00
3b104f069c
testing beta and stable
All checks were successful
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/build-stable Pipeline was successful
2023-07-14 20:21:20 +02:00
9165dccf86
don´t build experimental and beta anymore
Some checks failed
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/publish Pipeline was successful
ci/woodpecker/tag/build-stable Pipeline failed
2023-07-14 19:45:38 +02:00
d5eeb69b68
testing with next
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/tag/build-beta Pipeline is pending
ci/woodpecker/tag/build-experimental Pipeline is pending
ci/woodpecker/tag/build-stable Pipeline is pending
ci/woodpecker/tag/prepare Pipeline is pending
ci/woodpecker/tag/prepare_next Pipeline is pending
ci/woodpecker/tag/publish Pipeline is pending
2023-06-04 10:15:56 +02:00
9926d7f9cd
testing ci
Some checks are pending
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/manual/publish Pipeline is pending
2023-06-04 09:48:04 +02:00
87ab6ef0b7
Changed filenames 2023-06-04 08:45:42 +02:00
1cf4b5acd4
fixed typo 2023-06-04 08:39:43 +02:00
2718c5d0ac
Build all Branches paralell 2023-06-04 08:37:43 +02:00
34225a082c
Testing more pipeline Builds
Some checks failed
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/tag/prepare Pipeline was successful
ci/woodpecker/tag/publish Pipeline was successful
ci/woodpecker/tag/build-stable Pipeline failed
ci/woodpecker/tag/build-beta unknown status
2023-06-04 08:33:41 +02:00
67694ce78a
Releasing experimental 2022.1.4
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-06-02 22:13:58 +02:00
9942996258
fix 2023-06-02 22:13:35 +02:00
1fc7e9a344
Publish experimental test
Some checks are pending
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/tag/prepare Pipeline is pending
ci/woodpecker/tag/publish Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
2023-06-02 20:15:24 +02:00
60a659dd32
Testing Publishing in drymode
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-06-02 20:07:22 +02:00
15eadd8765
Added Pipeline for Releasing Firmware
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2023-06-02 19:11:09 +02:00
4 changed files with 61 additions and 14 deletions

View File

@ -37,9 +37,10 @@ pipeline:
<<: *default <<: *default
commands: commands:
- cd gluon - cd gluon
- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=beta GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-beta GLUON_OUTPUTDIR=output/beta
upload: upload-stable:
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: 46.4.138.183 host: 46.4.138.183
@ -48,7 +49,20 @@ pipeline:
from_secret: ssh-key from_secret: ssh-key
strip_components: 2 strip_components: 2
target: /srv/fwuploads-tmp/troisdorf/multi/ target: /srv/fwuploads-tmp/troisdorf/multi/
source: gluon/output/${BRANCH}/* source: gluon/output/stable/*
when:
event: tag
upload-beta:
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/beta/*
when: when:
event: tag event: tag
@ -77,10 +91,6 @@ matrix:
- x86-generic - x86-generic
- x86-geode - x86-geode
- x86-legacy - x86-legacy
BRANCH:
- stable
- beta
- experimental
depends_on: depends_on:
- prepare - prepare

View File

@ -11,7 +11,6 @@ variables:
- FORCE_UNSAFE_CONFIGURE=1 - FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET} - GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1 - GLUON_DEPRECATED=1
- GLUON_AUTOUPDATER_BRANCH=next
when: when:
event: push event: push
branch: next branch: next
@ -46,12 +45,6 @@ pipeline:
- cd gluon - cd gluon
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next - make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
manifest:
<<: *default
commands:
- cd gluon
- make manifest GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
list_images: list_images:
<<: *default <<: *default
commands: commands:

39
.woodpecker/publish.yml Normal file
View File

@ -0,0 +1,39 @@
---
platform: linux/arm64
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
pipeline:
upload-version:
image: appleboy/drone-scp
settings:
host: 46.4.138.183
user: fwupload
key:
from_secret: ssh-key
target: /srv/fwuploads-tmp/bin/
source: release_state.json
when:
path: "release_state.json"
publish-firmware:
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-key
port: 22
command_timeout: 120m
script:
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b stable
- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b beta
#- /srv/fwuploads-tmp/bin/go-gluon-publish -s /srv/fwuploads-tmp/troisdorf/multi/ -t /srv/fwuploads/troisdorf/multi/ -b experimental -d
when:
path: "release_state.json"
event: "push"

5
release_state.json Normal file
View File

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