Skip to content

Commit

Permalink
Chef - Add automated_test_stamp to Chef CD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cpagravel committed Jul 21, 2022
1 parent 83deb47 commit 7d51c49
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 7d51c49

Please sign in to comment.