Unverified Commit 7d2669b8 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[ci.yaml] Remove unnecessary use of { (#125058)

In yaml, indented blocks indicate the following fields are children of the parent indent. The use of curly brackets is unnecessary here
parent 5d3c1ca8
...@@ -1449,11 +1449,10 @@ targets: ...@@ -1449,11 +1449,10 @@ targets:
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: true presubmit: true
timeout: 60 timeout: 60
dimensions: { dimensions:
kvm: "1", kvm: "1"
cores: "8", cores: "8"
machine_type: "n1-standard-8" machine_type: "n1-standard-8"
}
properties: properties:
device_type: "none" device_type: "none"
tags: > tags: >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment