]> source.dussan.org Git - sonarqube.git/commitdiff
Drop unused Docker images of dogfooding
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 12 Feb 2020 09:32:42 +0000 (10:32 +0100)
committerSonarTech <sonartech@sonarsource.com>
Wed, 12 Feb 2020 19:46:09 +0000 (20:46 +0100)
.cirrus.yml

index 1db2cc7a3d86541fbdb9cdbbdbe9a8f8ec644c58..c78876a830d6a7029327ab138c1c0d8e6e310514 100644 (file)
@@ -304,26 +304,6 @@ promote_task:
   script:
     - ./private/cirrus/cirrus-promote.sh
 
-dogfood_docker_build_task:
-  name: build docker
-  only_if: $CIRRUS_BRANCH == 'dogfood-on-next'
-  depends_on:
-    - build
-    - validate
-    - promote
-  env:
-    CIRRUS_CLONE_DEPTH: 50
-  gce_instance:
-    image_project: ci-cd-215716
-    image_name: docker-builder-v1
-    zone: us-central1-a
-    disk: 10
-    cpu: 1
-    memory: 1G
-    preemptible: false
-  build_script:
-    - ./private/cirrus/cirrus-build-dogfood-docker.sh
-
 sql_mssql2017_task:
   depends_on: build
   # Comment the following line and commit with message "DO NOT MERGE" in order to run