[gjs/test-ci: 1/3] CI: Remove codequality and mozjs60 jobs



commit 18b577835e19d6c90b199e3aae98c98e36a3ed52
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Mar 2 21:21:17 2020 -0800

    CI: Remove codequality and mozjs60 jobs
    
    Codequality is not really used. Delete mozjs60 because we now have
    mozjs60 images which should stay the same from now on.

 .gitlab-ci.yml | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 670d2128..3f71dbeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,24 +191,6 @@ eslint:
 #                Manual Jobs                #
 #############################################
 # Planned as daily
-codequality:
-  stage: manual
-  image: docker:19.03.0
-  variables:
-    TASK_ID: "codequality"
-    DOCKER_DRIVER: overlay
-    DOCKER_TLS_CERTDIR: ""
-  services:
-    - docker:19.03.0-dind
-  script:
-    - docker pull codeclimate/codeclimate
-    - docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume 
/var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > 
codeclimate.json
-  artifacts:
-    paths: [codeclimate.json]
-  when: manual
-  except:
-    - schedules
-
 coverage:
   <<: *coverage
   stage: manual
@@ -342,33 +324,6 @@ alpine.cpplint:
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip images\]/ && $CI_COMMIT_MESSAGE =~ /alpine.cpplint/
 
-fedora.mozjs60:
-  <<: *create_docker_image
-  variables:
-    DOCKER_DRIVER: overlay
-    # https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03
-    DOCKER_TLS_CERTDIR: ""
-    IMAGE: "fedora:rawhide"
-    NAME: "fedora.mozjs60"
-    MOZJS_BRANCH: mozjs60
-  except:
-    variables:
-      - $CI_COMMIT_MESSAGE =~ /\[skip images\]/ && $CI_COMMIT_MESSAGE =~ /fedora.mozjs60/
-
-fedora.mozjs60-debug:
-  <<: *create_docker_image
-  variables:
-    BUILD_OPTS: "--enable-debug"
-    DOCKER_DRIVER: overlay
-    # https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03
-    DOCKER_TLS_CERTDIR: ""
-    IMAGE: "fedora:rawhide"
-    NAME: "fedora.mozjs60-debug"
-    MOZJS_BRANCH: mozjs60
-  except:
-    variables:
-      - $CI_COMMIT_MESSAGE =~ /\[skip images\]/ && $CI_COMMIT_MESSAGE =~ /fedora.mozjs60-debug/
-
 fedora.mozjs68:
   <<: *create_docker_image
   variables:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]