Skip to content
Snippets Groups Projects
Commit 88cecd10 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'L2SS-670-caching-timescaledb-image' of...

Merge branch 'L2SS-670-caching-timescaledb-image' of https://git.astron.nl/lofar2.0/tango into L2SS-670-caching-timescaledb-image
parents 57ded758 bd01bbd1
Branches
Tags
1 merge request!315Resolve L2SS-670-caching-timescaledb-image
...@@ -495,33 +495,45 @@ docker_build_image_device_xst: ...@@ -495,33 +495,45 @@ docker_build_image_device_xst:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh device-xst $tag - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh device-xst $tag
docker_build_image_archiver_timescale: docker_build_image_archiver_timescale:
extends: .base_docker_images_except extends: .base_docker_images
only: rules:
refs: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- merge_requests when: never
changes: - if: '$CI_COMMIT_TAG != null'
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: never
- changes:
- docker-compose/archiver-timescale.yml - docker-compose/archiver-timescale.yml
- docker-compose/timescaledb/* - docker-compose/timescaledb/*
script: script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh archiver-timescale $tag - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh archiver-timescale $tag
docker_build_image_hdbppts_cm: docker_build_image_hdbppts_cm:
extends: .base_docker_images_except extends: .base_docker_images
only: rules:
refs: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- merge_requests when: never
changes: - if: '$CI_COMMIT_TAG != null'
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: never
- changes:
- docker-compose/archiver-timescale.yml - docker-compose/archiver-timescale.yml
- docker-compose/tango-archiver-ts/* - docker-compose/tango-archiver-ts/*
script: script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag
docker_build_image_hdbppts_es: docker_build_image_hdbppts_es:
extends: .base_docker_images_except extends: .base_docker_images
only: rules:
refs: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- merge_requests when: never
changes: - if: '$CI_COMMIT_TAG != null'
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: never
- changes:
- docker-compose/archiver-timescale.yml - docker-compose/archiver-timescale.yml
- docker-compose/tango-archiver-ts/* - docker-compose/tango-archiver-ts/*
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment