Skip to content

Commit

Permalink
CircleCI: change board names to reflect board name changes (legacy ta…
Browse files Browse the repository at this point in the history
…gged correctly)
  • Loading branch information
tlaurion committed Jan 31, 2023
1 parent 14508f1 commit 48390dd
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,43 +290,43 @@ workflows:
- x230-hotp-maximized

- build:
name: x230-flash
target: x230-flash
name: x230-legacy-flash
target: x230-legacy-flash
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: t430-flash
target: t430-flash
name: t430-legacy-flash
target: t430-legacy-flash
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: t430
target: t430
name: t430-legacy
target: t430-legacy
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: t430-hotp-verification
target: t430-hotp-verification
name: t430-hotp-legacy
target: t430-hotp-legacy
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: x230
target: x230
name: x230-legacy
target: x230-legacy
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: x230-hotp-verification
target: x230-hotp-verification
name: x230-hotp-legacy
target: x230-hotp-legacy
subcommand: ""
requires:
- x230-hotp-maximized
Expand All @@ -352,6 +352,20 @@ workflows:
requires:
- x230-hotp-maximized

- build:
name: x230-maximized-fhd_edp
target: x230-maximized-fhd_edp
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: x230-hotp-maximized-fhd_edp
target: x230-hotp-maximized-fhd_edp
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: t530-hotp-maximized
target: t530-hotp-maximized
Expand Down

0 comments on commit 48390dd

Please sign in to comment.