- 25 Nov, 2018 2 commits
-
-
Thibault Saunier authored
rsync is not needed in the end.
-
Thibault Saunier authored
-
- 24 Nov, 2018 1 commit
-
-
Thibault Saunier authored
-
- 23 Nov, 2018 3 commits
-
-
Jordan Petridіs authored
Idea is that in order to not consume many resources for broken builds, we will have a basic stage where just one simple set of build and test jobs is run. If that passes we will continue with the rest of the Pipeline suite.
-
Jordan Petridіs authored
-
Jordan Petridіs authored
This reverts commit 6bdd1ead. This does not actually avoid duplication... [1] [1] gstreamer/gst-ci@6bdd1ead (comment 81275)
-
- 22 Nov, 2018 12 commits
-
-
Xavier Claessens authored
-
Xavier Claessens authored
-
Xavier Claessens authored
-
Xavier Claessens authored
-
Xavier Claessens authored
-
Xavier Claessens authored
-
Jordan Petridіs authored
-
Jordan Petridіs authored
previously when something in the docker/ direcotry was changed, all of the images would be rebuilt.
-
Jordan Petridіs authored
Instead of just overwritting the template build jobs, test both so we avoid regressions. See [1] for more [1] gstreamer/gst-ci@1858a709
-
Jordan Petridіs authored
-
Jordan Petridіs authored
single quotes in yaml don't escape special charters which causes the env variable to never be resolved to its proper path.
-
Thibault Saunier authored
so we have latest fix for gst-build git-update script
-
- 21 Nov, 2018 1 commit
-
-
Thibault Saunier authored
When the local path and the name are different, both have to be specified, it is now required since we add the '.git' to the name.
-
- 14 Nov, 2018 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
People very often do not update them leading to random and weird failures
-
Thibault Saunier authored
-
- 13 Nov, 2018 6 commits
-
-
Thibault Saunier authored
This reverts commit 5cff4655.
-
Thibault Saunier authored
Stopping the circular dependency.
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Jordan Petridіs authored
GITLAB_USER_* variables represent the user *that triggered* the job, which might not match the user that owns the namespace of the fork. This happens frequently with rebase, where the one who triggers the rebase is the one that appears in the GITLAB_USER_* vars. Instead use the CI_PROJECT_NAMESPACE variable to search the user's projects. If CI_PROJECT_NAMESPACE has the value of a Group namespace search_user_namespace returns 404.
-
- 12 Nov, 2018 8 commits
-
-
Jordan Petridіs authored
-
Víctor Manuel Jáquez Leal authored
-
Víctor Manuel Jáquez Leal authored
-
Víctor Manuel Jáquez Leal authored
-
Jordan Petridіs authored
345afee6 broke the bash extreppsion that evaluates the strings, causing images to never be pushed.
-
Jordan Petridіs authored
The group API querries where removed in 2320cfaf but the log was forgotten. The headers print was meant to be just for debugging.
-
Jordan Petridіs authored
If we are in a fork of the project, we would like to be able to overwrite the `:latest` tag if the registry from any branch so we won't have to manually overwrite the image tag in the build/test jobs in the .gitlab-ci.yml file
-
Jordan Petridіs authored
Make it so when we build a new image in `gst-ci` it gets picked up automatically by the job in this repo. For the template itself we want the images to me be versioned and reproducible.
-
- 11 Nov, 2018 2 commits
-
-
Nicolas Dufresne authored
Right now we only have one test against build_manifest.py, it is not needed to run this test if that code haven't changed. It's really easy to add more file or set a wild card in the future.
-
Nicolas Dufresne authored
This is just for consistency, no really needed.
-
- 09 Nov, 2018 2 commits
-
-
Thibault Saunier authored
Rename some job otherwise some names where too similare.
-
Jordan Petridіs authored
We won't use it till the tests land, and the fd.o runners are getting overloading causing jobs to fail with 500 error during artifact upload. [1] Thus disable this feature temporarly. [1]: freedesktop/freedesktop#44
-