| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Quarantine windows tests | Steve Azzopardi | 2019-07-25 | 2 | -0/+892 |
| * | Filter another Windows flacky tests | Tomasz Maczukin | 2019-07-25 | 2 | -2/+16 |
| * | Update tracked Windows tests failures list | Tomasz Maczukin | 2019-07-25 | 2 | -46/+64 |
| * | Quarantine more windows tests•••These failures are seen in: https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809013 https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72809103 | Steve Azzopardi | 2019-07-25 | 2 | -0/+20 |
| * | Update Windows test failures•••Add two new tests that are flaky and causing pipelines to fail when the change is unrelated. These failures are seen in: https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72607563 https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72602945 https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72514675 https://gitlab.com/gitlab-org/gitlab-runner/pipelines/72414229 | Steve Azzopardi | 2019-07-24 | 2 | -0/+26 |
| * | Add CI job checking changes in Windows tests failures | Tomasz Maczukin | 2019-07-18 | 2 | -0/+186 |
| * | Pass Windows tests output with artifacts | Tomasz Maczukin | 2019-07-17 | 1 | -1/+4 |
| * | Fix failing CI job on master | Tomasz Maczukin | 2019-07-15 | 1 | -1/+1 |
| * | Add rpm check for Mac OS users | Tomasz Maczukin | 2019-07-11 | 1 | -9/+17 |
| * | Add gnu-tar check for Mac OS users | Tomasz Maczukin | 2019-07-11 | 1 | -0/+14 |
| * | Allow to build development version of DEB, RPM and Docker with make | Tomasz Maczukin | 2019-07-11 | 2 | -3/+109 |
| * | Fix Typos | Yoginth | 2019-05-31 | 1 | -1/+1 |
| * | Remove deprecated distros | Javier Jardón | 2019-05-29 | 1 | -1/+1 |
| * | typo fix | Jonathan Wilkins | 2019-05-23 | 1 | -1/+1 |
| * | packagecloud update for fedora 30 | Jonathan Wilkins | 2019-05-22 | 1 | -1/+1 |
| * | Merge branch 'add-lfs-ubuntu-docker' into 'master'•••add lfs support to ubuntu docker runner See merge request gitlab-org/gitlab-runner!1192 | Tomasz Maczukin | 2019-03-14 | 1 | -1/+3 |
| |\ | |||||
| | * | delete tool checksums with first entry•••The checksums file contains multiple entries if appending to it when compiling the docker images multiple times in the same working directory. | Heiko Voigt | 2019-03-07 | 1 | -1/+1 |
| | * | add lfs support to docker runner•••Since gitlab natively supports large file support (LFS) the docker runner should also natively support LFS. | Heiko Voigt | 2019-03-07 | 1 | -0/+2 |
| * | | Execute curl in the ci/release_gitlab instead of printing the command | Tomasz Maczukin | 2019-03-07 | 1 | -1/+1 |
| * | | Release also on gitlab releases page | Alessio Caiazza | 2019-03-07 | 1 | -0/+54 |
| * | | Add integration tests for the LFS support | Tomasz Maczukin | 2019-03-07 | 1 | -0/+18 |
| |/ | |||||
| * | Add cleanup after building windows images•••To build these images we are using shell runner on 1 vm per windows version. Windows images take quite a lot of space, and disk space will be filled up quite quickly. After the building of the image is done, we should delete that image again, since it is uploaded to docker hub afterwords. Also add `--force-rm` to the build command to remove intermediate containers during build time. | Steve Azzopardi | 2019-03-05 | 1 | -7/+23 |
| * | Update script to push latest tag for helper image•••Use same the environment variable `IS_LATEST` that is used for the bash script to check when to create and push the latest tag. | Steve Azzopardi | 2019-03-05 | 1 | -3/+32 |
| * | Add script for building/releasing windows image•••The decision for using PowerShell for windows is because we cannot build/save/export windows containers to a non-Windows image so we to use a scripting language native to windows. Bash can be used but it would be in a subsystem which is not ideal. This script will be used inside of GitLab CI in a future MR when the infrastructure has set up https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5952. This PowerShell script is doing a few things different than `release_docker_images` for the helper images. In the bash script we expect the helper images are already built and exported using `docker export` but for windows containers when you run the command you get `the daemon on this operating system does not support exporting Windows containers`. This script will build the docker container and then push it to the docker registry hub. | Steve Azzopardi | 2019-03-05 | 1 | -0/+110 |
| * | Parallelize windows test execution | Tomasz Maczukin | 2019-03-04 | 1 | -8/+34 |
| * | Revert "Merge branch 'fix-release-docker-images-stage' into 'master'"•••This reverts merge request !1179 | Alessio Caiazza | 2019-02-08 | 1 | -2/+2 |
| * | Fix release docker helper images•••Fix the path for the import, since the name was changed in https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1174 to start distinguishing between Windows and Linux helper images. | Steve Azzopardi | 2019-02-07 | 1 | -2/+2 |
| * | Merge branch 'update-base-windows-vagrant-box' into 'master'•••Add windows server 2019 as default for windows development See merge request gitlab-org/gitlab-runner!1165 | Alessio Caiazza | 2019-02-07 | 1 | -111/+0 |
| |\ | |||||
| | * | Move vagrant provision script to `scripts/` dir•••Part of the followup in https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1003#note_128132169 | Steve Azzopardi | 2019-01-25 | 1 | -111/+0 |
| * | | Merge branch 'jjardon/F29' into 'master'•••Add support for fedora/29 packages Closes #3697 See merge request gitlab-org/gitlab-runner!1082 | Steve Azzopardi | 2019-02-06 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Move bleeding packages from fedora/28 to fedora/29 | Javier Jardón | 2019-01-03 | 1 | -1/+1 |
| * | | Extract windows testing into a powershell script | Alessio Caiazza | 2018-11-12 | 1 | -0/+16 |
| * | | Add vagrant config for testing on Windows | Alessio Caiazza | 2018-11-12 | 1 | -0/+111 |
| |/ | |||||
| * | Don't use cache when building official Docker images | Tomasz Maczukin | 2018-10-29 | 1 | -11/+3 |
| * | Fix the release of helper images script | Tomasz Maczukin | 2018-06-28 | 1 | -2/+2 |
| * | Remove go-bindata | Alessio Caiazza | 2018-06-27 | 1 | -6/+1 |
| * | Move bleeding packages from fedora/25 to fedora/28 and from ubuntu/artful to ... | Tomasz Maczukin | 2018-05-01 | 1 | -2/+2 |
| * | Fix development docker release job | Tomasz Maczukin | 2018-02-17 | 1 | -4/+8 |
| * | Refactor docker images build job | Tomasz Maczukin | 2018-01-15 | 1 | -5/+32 |
| * | Use local GOPATH in Makefile•••Remove golint and gocycle dependencies, both tools are now used with codeclimate and are no longer needed | Alessio Caiazza | 2018-01-03 | 2 | -6/+1 |
| * | Move Bleeding Edge release from ubuntu/yakkety to ububut/artful | Tomasz Maczukin | 2018-01-02 | 1 | -1/+1 |
| * | Align RC names with gitlab-ce•••As discussed in gitlab-org/release-tools#131 will be better to use the same strucrure for RC naming as gitlab-ce/gitlab-ee From now on RCs will have be vX.Y.Z-RCN | Alessio Caiazza | 2017-12-12 | 1 | -1/+1 |
| * | Add zip to ci Docker image | Tomasz Maczukin | 2017-11-28 | 1 | -1/+1 |
| * | Build alpine-no-root image in prepare stage | Alessio Caiazza | 2017-09-12 | 1 | -6/+6 |
| * | Rename 1st iteration: configuration, build scripting etc. | Tomasz Maczukin | 2017-09-11 | 2 | -3/+3 |
| * | Specify an explicit length for git rev-parse --short to avoid conflicts when ... | Josh Ourisman | 2017-09-06 | 2 | -2/+2 |
| * | Update Docker Machine to 0.12.2 and add checksum checking for Docker Machine ... | Tomasz Maczukin | 2017-08-01 | 1 | -0/+2 |
| * | Make it Compile on OpenBSD 6.1 beta•••Which already has go 1.8 | Stefan Rinkes | 2017-03-13 | 4 | -4/+4 |
| * | Add ubuntu/trusty to list of created packages for bleeding edge | Tomasz Maczukin | 2017-04-19 | 1 | -1/+1 |
| * | Go back to CI_COMMIT_REF_NAME in release scripts | Tomasz Maczukin | 2017-04-06 | 3 | -8/+12 |
