From 2610dbf889d5edf81108b5ca511c1caad7df1595 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Tue, 30 Jul 2019 12:25:29 +0200 Subject: [PATCH] Port bug 1566730 - Add docker images based on Debian 10. rs=bustage-fix DONTBUILD --- taskcluster/ci/config.yml | 1 + taskcluster/ci/docker-image/kind.yml | 3 +++ taskcluster/ci/packages/kind.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml index 2fbb8d60cd..409831ce8b 100644 --- a/taskcluster/ci/config.yml +++ b/taskcluster/ci/config.yml @@ -19,6 +19,7 @@ treeherder: 'Deb7': 'Packages for Debian 7' 'Deb7-32': 'Packages for Debian 7 32-bits' 'Deb9': 'Packages for Debian 9' + 'Deb10': 'Packages for Debian 10' 'Fetch': 'Fetch and store content' 'L10n': 'Localised Repacks' 'L10n-Rpk': 'Localized Repackaged Repacks' diff --git a/taskcluster/ci/docker-image/kind.yml b/taskcluster/ci/docker-image/kind.yml index 8e4a18f181..c83d1daeec 100644 --- a/taskcluster/ci/docker-image/kind.yml +++ b/taskcluster/ci/docker-image/kind.yml @@ -19,6 +19,9 @@ jobs: - debian9-base - debian9-packages - debian9-raw + - debian10-base + - debian10-packages + - debian10-raw - desktop1604-test - fetch - index-task diff --git a/taskcluster/ci/packages/kind.yml b/taskcluster/ci/packages/kind.yml index 966ae4bd7a..85478be949 100644 --- a/taskcluster/ci/packages/kind.yml +++ b/taskcluster/ci/packages/kind.yml @@ -47,3 +47,5 @@ jobs: - deb7-xz-utils - deb9-mercurial - deb9-python-zstandard + - deb10-mercurial + - deb10-python-zstandard