ci: updates to fix pylint commit test
Update to CI image 0.9.1 to have pylint installed. Bump ci-tools sha that re-enables running the pylint test. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ec0e199206
commit
2cad8d20ee
|
@ -20,7 +20,7 @@ build:
|
|||
- ${SHIPPABLE_BUILD_DIR}/ccache
|
||||
pre_ci_boot:
|
||||
image_name: zephyrprojectrtos/ci
|
||||
image_tag: v0.9
|
||||
image_tag: v0.9.1
|
||||
pull: true
|
||||
options: "-e HOME=/home/buildslave --privileged=true --tty --net=bridge --user buildslave"
|
||||
|
||||
|
|
2
west.yml
2
west.yml
|
@ -29,7 +29,7 @@ manifest:
|
|||
revision: 04ff67a0826a51041e51034faf8fc4d3eeacd846
|
||||
path: modules/hal/atmel
|
||||
- name: ci-tools
|
||||
revision: e6adea69826302ffc44a5aca33dd5122829e01c3
|
||||
revision: 1c3ff2dc25c1233d88bab5d3c7dedb226c0c6eef
|
||||
path: tools/ci-tools
|
||||
- name: civetweb
|
||||
revision: 99129c5efc907ea613c4b73ccff07581feb58a7a
|
||||
|
|
Loading…
Reference in a new issue