Skip to content

Commit 1da2e7b

Browse files
JohnAZoidbergTerrails
authored andcommitted
fwk/lotus-azalea: Build on marigold builder
Free up the old builder, so we can repurpose it. BUG= BRANCH=fwk-lotus-azalea-19573 TEST=Builds Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 34f14ae commit 1da2e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lotus-azalea-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
jobs:
1010
build:
1111
name: Build lotus/azalea
12-
runs-on: [lotus-azalea-builders]
12+
runs-on: [marigold-builders]
1313

1414
strategy:
1515
# Only build one at a time because we have only one working directory
1616
max-parallel: 1
1717
matrix:
1818
platform: [
19-
{ name: lotus, folder: lotus, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
20-
{ name: azalea, folder: lotus, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
19+
{ name: lotus, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
20+
{ name: azalea, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
2121
]
2222

2323

0 commit comments

Comments
 (0)