
We use several PPAs on the Zuul servers, and today the Ubuntu keyring servers are frequently failing. Rather than rely on them, store the GPG keys in this repo and install the files "manually" rather than using the apt_repo module. Change-Id: I009a1a38d3a5864a8d5b0d8f8be24a83d1924292
22 lines
958 B
YAML
22 lines
958 B
YAML
zuul_executor_ppas:
|
|
# For bubblewrap
|
|
- name: bubblewrap
|
|
content: "deb http://ppa.launchpad.net/openstack-ci-core/bubblewrap/ubuntu xenial main"
|
|
key: "{{ openstack_ci_core_ppa_key }}"
|
|
# Temporary PPA needed for bpo-27945 while waiting for SRU to be published
|
|
- name: python-bpo-27945-backport
|
|
content: "deb http://ppa.launchpad.net/openstack-ci-core/python-bpo-27945-backport/ubuntu xenial main"
|
|
key: "{{ openstack_ci_core_ppa_key }}"
|
|
# We use later HWE kernels for better memory managment, requiring an
|
|
# updated AFS version which we install from our custom ppa.
|
|
- name: openafs
|
|
content: "deb http://ppa.launchpad.net/openstack-ci-core/openafs-amd64-hwe/ubuntu xenial main"
|
|
key: "{{ openstack_ci_core_ppa_key }}"
|
|
# For skopeo
|
|
- name: projectatomic
|
|
content: "deb http://ppa.launchpad.net/projectatomic/ppa/ubuntu xenial main"
|
|
key: "{{ projectatomic_ppa_key }}"
|
|
|
|
zuul_executor_extra_packages:
|
|
- libjemalloc1
|