ci: volume creation not needed for regtest
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
e46298a6f8
commit
05bdda9cac
@ -7,9 +7,9 @@ default:
|
||||
services:
|
||||
- docker:24.0.7-dind
|
||||
before_script:
|
||||
- docker version
|
||||
- docker compose version
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker version
|
||||
- docker compose version
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
||||
variables:
|
||||
VLS_CONTAINER_REGISTRY: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME
|
||||
@ -18,17 +18,17 @@ variables:
|
||||
IMAGE_TAG: $CI_COMMIT_SHA
|
||||
|
||||
build_bitcoin:
|
||||
tags: [ saas-linux-large-amd64 ]
|
||||
tags: [saas-linux-large-amd64]
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/build_image_cache.sh bitcoind
|
||||
build_core_lightning:
|
||||
tags: [ saas-linux-large-amd64 ]
|
||||
tags: [saas-linux-large-amd64]
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/build_image_cache.sh lightningd
|
||||
build_txoo:
|
||||
tags: [ saas-linux-medium-amd64 ]
|
||||
tags: [saas-linux-medium-amd64]
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/build_image_cache.sh txood
|
||||
@ -38,20 +38,16 @@ build_lss:
|
||||
script:
|
||||
- ./scripts/build_image_cache.sh lss
|
||||
build_vls:
|
||||
tags: [ saas-linux-large-amd64 ]
|
||||
tags: [saas-linux-large-amd64]
|
||||
stage: build
|
||||
script:
|
||||
- ./scripts/build_image_cache.sh vlsd
|
||||
compose:
|
||||
tags: [ saas-linux-medium-amd64 ]
|
||||
tags: [saas-linux-medium-amd64]
|
||||
stage: test
|
||||
variables:
|
||||
BUILDER: compose_builder
|
||||
before_script:
|
||||
- docker volume create bitcoin_data
|
||||
- docker volume create lightning_data
|
||||
- docker volume create txoo_data
|
||||
- docker volume create vls_data
|
||||
- docker buildx create --name=$BUILDER --use
|
||||
script:
|
||||
- export IMAGE_TAG=${IMAGE_TAG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user