[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] ci: Go back to using CI templates from master
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Sun Mar 8 07:29:36 UTC 2020
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
94e479b2 by Arun Raghavan at 2020-03-07T07:15:50-05:00
ci: Go back to using CI templates from master
Consensus is that we prefer this to potentially remaining on older,
commits and manually updating at unknown frequency.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -18,14 +18,18 @@ variables:
# Update this tag when you want to trigger a rebuild the container in which
# CI runs, for example when adding new packages to UBUNTU_DEBS. The tag is
# an arbitrary string that identifies the exact container contents.
- FDO_DISTRIBUTION_TAG: '2020-03-06-01'
+ FDO_DISTRIBUTION_TAG: '2020-03-07-01'
FDO_DISTRIBUTION_VERSION: '18.04'
FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio'
UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"
include:
+ # We pull templates from master to avoid the overhead of periodically
+ # scanning for changes upstream. This does means builds might occasionally
+ # break due to upstream changing things, so if you see unexpected build
+ # failures, this might be one cause.
- project: 'wayland/ci-templates'
- ref: 'df52af2195b052325daf5d715c88be90f8ec7d86'
+ ref: 'master'
file: '/templates/ubuntu.yml'
build-container:
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/94e479b2614c8c46953ceb6cc4a37da3b898905c
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/94e479b2614c8c46953ceb6cc4a37da3b898905c
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20200308/f9925e22/attachment.htm>
More information about the pulseaudio-commits
mailing list