Skip to content
Snippets Groups Projects
Commit aeb48481 authored by Walter Lozano's avatar Walter Lozano Committed by Emanuele Aina
Browse files

lava: Avoid running OSTree tests on minnowboards


LAVA only has two minnowboards which cannot handle the current load. In
order to reduce the load avoid running OSTree offline test that were
recently added to amd64.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 9fad8001
No related branches found
No related tags found
1 merge request!338lava: Avoid running OSTree tests on minnowboards
Pipeline #296901 passed
Pipeline: apertis-test-cases-web

#296902

    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-api name: aum-api
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-offline-upgrade-branch name: aum-offline-upgrade-branch
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-offline-upgrade-signed name: aum-offline-upgrade-signed
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-offline-upgrade name: aum-offline-upgrade
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-out-of-space name: aum-out-of-space
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-power-cut name: aum-power-cut
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    ...@@ -2,7 +2,7 @@ metadata: ...@@ -2,7 +2,7 @@ metadata:
    name: aum-rollback-blacklist name: aum-rollback-blacklist
    format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
    image-types: image-types:
    hmi: [ armhf, amd64 ] hmi: [ armhf ]
    image-deployment: image-deployment:
    - OSTree - OSTree
    type: functional type: functional
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment