- 25 Sep, 2020 2 commits
-
-
Clemens Lange authored
Tag docker-privileged Closes #26 See merge request cms-cloud/cmssw-docker!23
-
Adelina Eleonora Lintuluoto authored
-
- 16 Sep, 2020 2 commits
-
-
Clemens Lange authored
Update base image to cc7-cms-20200901-1.x86_64 See merge request cms-cloud/cmssw-docker!22
-
Clemens Lange authored
-
- 15 Sep, 2020 2 commits
-
-
Clemens Lange authored
Remove grid-deployment repository, HEP_OSlibs should be provided by wlcg repo See merge request cms-cloud/cmssw-docker!21
-
Clemens Lange authored
-
- 25 Aug, 2020 1 commit
-
-
Clemens Lange authored
Remove on_success on_failure Closes #23 See merge request cms-cloud/cmssw-docker!20
-
- 17 Aug, 2020 1 commit
-
-
Adelina Eleonora Lintuluoto authored
-
- 23 Jul, 2020 2 commits
-
-
Clemens Lange authored
on_success and on_failure Closes #22 See merge request cms-cloud/cmssw-docker!19
-
-
- 17 Jul, 2020 3 commits
-
-
Clemens Lange authored
CI transform release to lowercase See merge request cms-cloud/cmssw-docker!18
-
Adelina Eleonora Lintuluoto authored
-
Adelina Eleonora Lintuluoto authored
-
- 16 Jul, 2020 6 commits
-
-
Clemens Lange authored
CI add comments and test buidling See merge request cms-cloud/cmssw-docker!17
-
-
Adelina Eleonora Lintuluoto authored
Move all base images and references to cmscloud/cms-cloud, making the CERN... See merge request cms-cloud/cmssw-docker!16
-
Move all base images and references to cmscloud/cms-cloud, making the CERN registry the default if applicable
-
Clemens Lange authored
CI two build templates See merge request cms-cloud/cmssw-docker!15
-
-
- 14 Jul, 2020 4 commits
-
-
Clemens Lange authored
CI move date into script See merge request cms-cloud/cmssw-docker!14
-
Adelina Eleonora Lintuluoto authored
-
Clemens Lange authored
CI for image building Closes #16 See merge request cms-cloud/cmssw-docker!13
-
Adelina Eleonora Lintuluoto authored
-
- 22 Jun, 2020 1 commit
-
-
Clemens Lange authored
-
- 19 Jun, 2020 3 commits
-
-
Clemens Lange authored
-
Clemens Lange authored
The pipeline contains two different build jobs, building a standalone or a cms/cvmfs version. In addition it contains a job for checking which files have been modified, enabling to trigger the build of the cms/cvmfs version that was changed. Only reason for there to be a separate script `check.sh` and not just a multi line script is because I didn't get the multi line syntax to work with a for loop ``` script: - > ``` If you know how to fix it we can transfer the code in `check.sh` to the pipeline! ----------------------------- The two build jobs: * A standalone build is triggered when the variables `CMSSW_VERSION`, `SCRAM_ARCH` and `BASE_IMAGE` is passed, could be passed with a webhook. * A cms/cvmfs version is built when there has been a change in the directory containing the Dockerfile corresponding to the image. Since there is only one job but five directories, before building, the job has to set the IMAGE_NAME variable to indicate which image to build (cc7-cms/cvmfs, slc6-cms/cvmfs, slc5-cms). This is set with the job `check changed files` The file `check.sh` calls ``` files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) ``` which returns a list of all files that has been modified. The directory of the file is checked and the pipeline is triggered again, this time with the variable IMAGE_NAME set to the directory name. (The reason why the job tags docker is because the runner has git installed). See merge request cms-cloud/cmssw-docker!12
-
-
- 13 Jun, 2020 2 commits
-
-
Clemens Lange authored
-
Clemens Lange authored
-
- 13 Feb, 2020 1 commit
-
-
Clemens Lange authored
-
- 24 Jan, 2020 2 commits
-
-
Clemens Lange authored
-
Clemens Lange authored
-
- 22 Aug, 2019 7 commits
-
-
Clemens Lange authored
-
Clemens Lange authored
-
Clemens Lange authored
-
Clemens Lange authored
-
Clemens Lange authored
-
Clemens Lange authored
-
Clemens Lange authored
-
- 21 Aug, 2019 1 commit
-
-
Clemens Lange authored
-