diff mbox series

[kteam-tools,v2] info/kernel-series: add linux-deeplens for xenial

Message ID 20190712143929.2307-1-kamal@canonical.com
State New
Headers show
Series [kteam-tools,v2] info/kernel-series: add linux-deeplens for xenial | expand

Commit Message

Kamal Mostafa July 12, 2019, 2:39 p.m. UTC
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Tested-by: Khalid Elmously <khalid.elmously@canonical.com>
---

PATCH v2:
  - corrected the derived-from to xenial/linux-hwe
  - dropped the security routing since its the same as updates

 -Kamal


 info/kernel-series.yaml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Comments

Khalid Elmously July 22, 2019, 3:36 p.m. UTC | #1
On 2019-07-12 07:39:29 , Kamal Mostafa wrote:
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Tested-by: Khalid Elmously <khalid.elmously@canonical.com>
> ---
> 
> PATCH v2:
>   - corrected the derived-from to xenial/linux-hwe
>   - dropped the security routing since its the same as updates
> 
>  -Kamal
> 
> 
>  info/kernel-series.yaml | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 
> diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
> index 2ad78f95..01041024 100644
> --- a/info/kernel-series.yaml
> +++ b/info/kernel-series.yaml
> @@ -1899,6 +1899,41 @@
>                          clouds: ['metal']
>              invalid-tasks: ['certification-testing']
>  
> +        linux-deeplens:
> +            routing:
> +                test-build:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                security-build:
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa', 'Release']
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa2', 'Release']
> +                build:
> +                    - ['ppa:baring-team/ubuntu/build', 'Release']
> +                test:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                proposed:
> +                    - ['ppa:baring-team/ubuntu/proposed', 'Release']
> +                updates:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +                release:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +            packages:
> +                linux-deeplens:
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-deeplens', 'master-hwe']
> +                linux-meta-deeplens:
> +                    type: meta
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-meta-deeplens', 'master-hwe']
> +            supported: true
> +            private: true
> +            derived-from: ['16.04', 'linux-hwe']
> +            testing:
> +                flavours:
> +                    deeplens:
> +                        # arches as defined by the testing system
> +                        #
> +                        arches: ['amd64']
> +                        clouds: ['metal']
> +            invalid-tasks: ['certification-testing']
> +
>  # 15.10 (wily)
>  '15.10':
>      codename: wily

Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
Kleber Sacilotto de Souza Aug. 12, 2019, 12:26 p.m. UTC | #2
On 7/12/19 4:39 PM, Kamal Mostafa wrote:
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Tested-by: Khalid Elmously <khalid.elmously@canonical.com>

I also tested the patch and it looks good. cranky tools seem to
be happy with it.

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>

> ---
> 
> PATCH v2:
>   - corrected the derived-from to xenial/linux-hwe
>   - dropped the security routing since its the same as updates
> 
>  -Kamal
> 
> 
>  info/kernel-series.yaml | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 
> diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
> index 2ad78f95..01041024 100644
> --- a/info/kernel-series.yaml
> +++ b/info/kernel-series.yaml
> @@ -1899,6 +1899,41 @@
>                          clouds: ['metal']
>              invalid-tasks: ['certification-testing']
>  
> +        linux-deeplens:
> +            routing:
> +                test-build:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                security-build:
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa', 'Release']
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa2', 'Release']
> +                build:
> +                    - ['ppa:baring-team/ubuntu/build', 'Release']
> +                test:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                proposed:
> +                    - ['ppa:baring-team/ubuntu/proposed', 'Release']
> +                updates:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +                release:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +            packages:
> +                linux-deeplens:
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-deeplens', 'master-hwe']
> +                linux-meta-deeplens:
> +                    type: meta
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-meta-deeplens', 'master-hwe']
> +            supported: true
> +            private: true
> +            derived-from: ['16.04', 'linux-hwe']
> +            testing:
> +                flavours:
> +                    deeplens:
> +                        # arches as defined by the testing system
> +                        #
> +                        arches: ['amd64']
> +                        clouds: ['metal']
> +            invalid-tasks: ['certification-testing']
> +
>  # 15.10 (wily)
>  '15.10':
>      codename: wily
>
Kleber Sacilotto de Souza Aug. 12, 2019, 12:28 p.m. UTC | #3
On 7/12/19 4:39 PM, Kamal Mostafa wrote:
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Tested-by: Khalid Elmously <khalid.elmously@canonical.com>
> ---
> 
> PATCH v2:
>   - corrected the derived-from to xenial/linux-hwe
>   - dropped the security routing since its the same as updates
> 
>  -Kamal
> 
> 
>  info/kernel-series.yaml | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 
> diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
> index 2ad78f95..01041024 100644
> --- a/info/kernel-series.yaml
> +++ b/info/kernel-series.yaml
> @@ -1899,6 +1899,41 @@
>                          clouds: ['metal']
>              invalid-tasks: ['certification-testing']
>  
> +        linux-deeplens:
> +            routing:
> +                test-build:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                security-build:
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa', 'Release']
> +                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa2', 'Release']
> +                build:
> +                    - ['ppa:baring-team/ubuntu/build', 'Release']
> +                test:
> +                    - ['ppa:baring-team/ubuntu/test', 'Release']
> +                proposed:
> +                    - ['ppa:baring-team/ubuntu/proposed', 'Release']
> +                updates:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +                release:
> +                    - ['ppa:baring-team/ubuntu/release', 'Release']
> +            packages:
> +                linux-deeplens:
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-deeplens', 'master-hwe']
> +                linux-meta-deeplens:
> +                    type: meta
> +                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-meta-deeplens', 'master-hwe']
> +            supported: true
> +            private: true
> +            derived-from: ['16.04', 'linux-hwe']
> +            testing:
> +                flavours:
> +                    deeplens:
> +                        # arches as defined by the testing system
> +                        #
> +                        arches: ['amd64']
> +                        clouds: ['metal']
> +            invalid-tasks: ['certification-testing']
> +
>  # 15.10 (wily)
>  '15.10':
>      codename: wily
> 

Applied to kteam-tools/master branch.

Thanks,
Kleber
diff mbox series

Patch

diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
index 2ad78f95..01041024 100644
--- a/info/kernel-series.yaml
+++ b/info/kernel-series.yaml
@@ -1899,6 +1899,41 @@ 
                         clouds: ['metal']
             invalid-tasks: ['certification-testing']
 
+        linux-deeplens:
+            routing:
+                test-build:
+                    - ['ppa:baring-team/ubuntu/test', 'Release']
+                security-build:
+                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa', 'Release']
+                    - ['ppa:canonical-kernel-security-team/ubuntu/ppa2', 'Release']
+                build:
+                    - ['ppa:baring-team/ubuntu/build', 'Release']
+                test:
+                    - ['ppa:baring-team/ubuntu/test', 'Release']
+                proposed:
+                    - ['ppa:baring-team/ubuntu/proposed', 'Release']
+                updates:
+                    - ['ppa:baring-team/ubuntu/release', 'Release']
+                release:
+                    - ['ppa:baring-team/ubuntu/release', 'Release']
+            packages:
+                linux-deeplens:
+                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-deeplens', 'master-hwe']
+                linux-meta-deeplens:
+                    type: meta
+                    repo: ['git://git.launchpad.net/~baring-team/baring/+git/linux-meta-deeplens', 'master-hwe']
+            supported: true
+            private: true
+            derived-from: ['16.04', 'linux-hwe']
+            testing:
+                flavours:
+                    deeplens:
+                        # arches as defined by the testing system
+                        #
+                        arches: ['amd64']
+                        clouds: ['metal']
+            invalid-tasks: ['certification-testing']
+
 # 15.10 (wily)
 '15.10':
     codename: wily