Skip to content

Commit

Permalink
Chef - Add automated_test_stamp to Chef CD builds (#21059) (#21070)
Browse files Browse the repository at this point in the history
Co-authored-by: cpagravel <[email protected]>
  • Loading branch information
woody-apple and cpagravel authored Jul 21, 2022
1 parent 65dfbfc commit c03e213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/chef/cicd_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"ci_allow_list": ["rootnode_dimmablelight_bCwGYSDpoe"],
"cd_platforms": {
"linux": {
"linux_x86": ["--cpu_type", "x64"],
"linux_arm64_ipv6only": ["--cpu_type", "arm64", "--ipv6only"]
"linux_x86": ["--cpu_type", "x64", "-a"],
"linux_arm64_ipv6only": ["--cpu_type", "arm64", "--ipv6only", "-a"]
},
"esp32": {
"m5stack": []
"m5stack": ["-a"]
},
"nrfconnect": {
"nrf52840dk": []
"nrf52840dk": ["-a"]
}
}
}

0 comments on commit c03e213

Please sign in to comment.