Skip to content

Commit

Permalink
npm run lint
Browse files Browse the repository at this point in the history
Change-Id: I9ed4f76a30046c5b35953c241fe25cc2a43f65be
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Mar 8, 2024
1 parent 0977c11 commit 2205563
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 34 deletions.
56 changes: 28 additions & 28 deletions v2/devices/bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ operating_systems:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel

- actions:
- core:download:
Expand All @@ -86,12 +86,12 @@ operating_systems:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable

- actions:
- adb:reboot:
Expand All @@ -116,14 +116,14 @@ operating_systems:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel

- actions:
- fastboot:flash:
Expand All @@ -139,12 +139,12 @@ operating_systems:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable

- actions:
- fastboot:erase:
Expand Down
7 changes: 3 additions & 4 deletions v2/devices/miatoll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ operating_systems:
group: "firmware"
condition:
var: "bootstrap"
value: true
value: true
- actions:
- fastboot:reboot_fastboot:
condition:
var: "partition"
value: true
var: "partition"
value: true
- actions:
# Increase space for system_a for UT installation
- fastboot:resize_logical_partition:
Expand Down Expand Up @@ -237,4 +237,3 @@ operating_systems:
- actions:
- fastboot:reboot:
slideshow: []

2 changes: 1 addition & 1 deletion v2/devices/mimameid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ operating_systems:
- partition: "vbmeta_a"
file: "unpacked/vbmeta.img"
group: "firmware"
flags: [ "--disable-verity" ]
flags: ["--disable-verity"]
- partition: "super"
file: "unpacked/super.img"
group: "firmware"
Expand Down
2 changes: 1 addition & 1 deletion v2/devices/vidofnir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ operating_systems:
- partition: "vbmeta_a"
file: "unpacked/vbmeta.img"
group: "firmware"
flags: [ "--disable-verity" ]
flags: ["--disable-verity"]
- partition: "super"
file: "unpacked/super.img"
group: "firmware"
Expand Down

0 comments on commit 2205563

Please sign in to comment.