test new build server, #build

Changed:
- updated libraries
- trigger unstable build on new buildserver
This commit is contained in:
simon 2022-05-20 20:10:18 +07:00
commit ef69ab2799
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
3 changed files with 6 additions and 73 deletions

View File

@ -1,68 +0,0 @@
kind: pipeline
type: docker
name: amd64
platform:
os: linux
arch: amd64
# test comment
steps:
- name: docker
image: plugins/docker
settings:
repo: bbilly1/tubearchivist-test
tags:
- unstable
username:
from_secret: docker_username
password:
from_secret: docker_token
build_args:
- TARGETPLATFORM=linux/amd64
---
kind: pipeline
type: docker
name: arm64
platform:
os: linux
arch: arm64
steps:
- name: docker
image: plugins/docker
settings:
repo: bbilly1/tubearchivist-test
tags:
- unstable
username:
from_secret: docker_username
password:
from_secret: docker_token
build_args:
- TARGETPLATFORM=linux/arm64
---
kind: pipeline
type: docker
name: manifest
steps:
- name: manifest
image: plugins/manifest
settings:
target: bbilly1/tubearchivist-test
template: bbilly1/tubearchivist-test:unstable-OS-ARCH
username:
from_secret: docker_username
password:
from_secret: docker_token
platforms:
- linux/amd64
- linux/arm64
depends_on:
- amd64
- arm64

View File

@ -167,6 +167,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex
- [ ] Show total video downloaded vs total videos available in channel
- [ ] Make items in grid row configurable to use more of the screen
- [ ] Add statistics of index
- [ ] Download speed schedule ([#198](https://github.com/tubearchivist/tubearchivist/issues/198))
- [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138))
- [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139))
- [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163))

View File

@ -1,12 +1,12 @@
beautifulsoup4==4.11.1
celery==5.2.6
Django==4.0.4
django-cors-headers==3.11.0
django-cors-headers==3.12.0
djangorestframework==3.13.1
Pillow==9.1.0
redis==4.2.2
Pillow==9.1.1
redis==4.3.1
requests==2.27.1
ryd-client==0.0.3
uWSGI==2.0.20
whitenoise==6.0.0
yt_dlp==2022.4.8
whitenoise==6.1.0
yt_dlp==2022.5.18