L2SS-752: Seperate jobs for merge and master in CI/CD
Compare changes
+ 117
− 16
@@ -557,15 +557,24 @@ docker_build_image_hdbppts_es:
@@ -557,15 +557,24 @@ docker_build_image_hdbppts_es:
- flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude docker-compose/tango-prometheus-exporter,.tox,.egg-info,docker
@@ -576,38 +585,95 @@ run_black:
@@ -576,38 +585,95 @@ run_black:
@@ -615,7 +681,17 @@ sphinx-documentation:
@@ -615,7 +681,17 @@ sphinx-documentation:
@@ -629,7 +705,17 @@ unit_test:
@@ -629,7 +705,17 @@ unit_test:
@@ -638,12 +724,6 @@ integration_test_docker:
@@ -638,12 +724,6 @@ integration_test_docker:
@@ -682,14 +762,35 @@ integration_test_docker:
@@ -682,14 +762,35 @@ integration_test_docker:
PGPASSWORD=password pg_dump --host=docker --username=postgres hdb 2>log/archiver-timescale-dump.log | gzip > log/archiver-timescale-dump.txt.gz