3a8c6f6c80
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build-1 Pipeline was successful
ci/woodpecker/push/build-2 Pipeline was successful
ci/woodpecker/push/build-3 Pipeline was successful
ci/woodpecker/push/finalize Pipeline was successful
Build and Push / lint-and-test (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.adapters.broker_adapter name:broker-adapter]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.aggregation.worker name:aggregation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.extractor.worker name:extractor]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.ingestion.worker name:ingestion]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.lake_publisher.worker name:lake-publisher]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.parser.worker name:parser]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.recommendation.worker name:recommendation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.scheduler.app name:scheduler]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.api.app:app --host 0.0.0.0 --port 8000 name:query-api]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.risk.app:app --host 0.0.0.0 --port 8000 name:risk]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.symbol_registry.app:app --host 0.0.0.0 --port 8000 name:symbol-registry]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.trading.app:app --host 0.0.0.0 --port 8000 name:trading-engine]) (push) Has been cancelled
Build and Push / build-dashboard (push) Has been cancelled
Build and Push / build-superset (push) Has been cancelled
Build and Push / integration-test (push) Has been cancelled
Build and Push / beta-gate (push) Has been cancelled
234 lines
7.5 KiB
YAML
234 lines
7.5 KiB
YAML
depends_on:
|
|
- test
|
|
when:
|
|
event: push
|
|
branch: main
|
|
steps:
|
|
build-broker-adapter:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/broker-adapter
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: docker/Dockerfile
|
|
no_cache: true
|
|
context: .
|
|
build_args:
|
|
- CACHE_BUST=${CI_COMMIT_SHA}
|
|
- SERVICE_CMD=python -m services.adapters.broker_adapter
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|
|
build-lake-publisher:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/lake-publisher
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: docker/Dockerfile
|
|
no_cache: true
|
|
context: .
|
|
build_args:
|
|
- CACHE_BUST=${CI_COMMIT_SHA}
|
|
- SERVICE_CMD=python -m services.lake_publisher.worker
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|
|
build-query-api:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/query-api
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: docker/Dockerfile
|
|
no_cache: true
|
|
context: .
|
|
build_args:
|
|
- CACHE_BUST=${CI_COMMIT_SHA}
|
|
- SERVICE_CMD=uvicorn services.api.app:app --host 0.0.0.0 --port 8000
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|
|
build-trading-engine:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/trading-engine
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: docker/Dockerfile
|
|
no_cache: true
|
|
context: .
|
|
build_args:
|
|
- CACHE_BUST=${CI_COMMIT_SHA}
|
|
- SERVICE_CMD=uvicorn services.trading.app:app --host 0.0.0.0 --port 8000
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|
|
build-dashboard:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/dashboard
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: frontend/Dockerfile
|
|
context: frontend
|
|
no_cache: true
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|
|
build-superset:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
repo: registry.celestium.life/stonks-oracle/superset
|
|
registry: registry.celestium.life
|
|
custom_dns: 192.168.42.1
|
|
buildx_image: registry.celestium.life/dockerhub-cache/moby/buildkit:buildx-stable-1
|
|
add_host: registry.celestium.life:10.1.1.12
|
|
buildx_flags: --driver-opt network=host
|
|
buildkitd_config: "[registry.\"docker.io\"]\n mirrors = [\"registry.celestium.life/v2/dockerhub-cache\"]\n[registry.\"ghcr.io\"]\n mirrors = [\"registry.celestium.life/v2/ghcr-cache\"]\n"
|
|
http_proxy: ""
|
|
https_proxy: ""
|
|
no_proxy: ""
|
|
logins:
|
|
- registry: https://registry.celestium.life
|
|
username:
|
|
from_secret: harbor_username
|
|
password:
|
|
from_secret: harbor_password
|
|
tags:
|
|
- ${CI_COMMIT_SHA}
|
|
- latest
|
|
dockerfile: docker/Dockerfile.superset
|
|
context: docker
|
|
backend_options:
|
|
kubernetes:
|
|
resources:
|
|
requests:
|
|
memory: 1Gi
|
|
cpu: 1000m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 4000m
|
|
depends_on: []
|