New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 627709 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

update_autotest does not correctly update chromite repo unless external_packages file is touched

Project Member Reported by akes...@chromium.org, Jul 13 2016

Issue description

I recently tried to test a change on chromeos-autotest.hot which depended on some new code in chromite prod branch. Despite this code being already pushed to prod, the update_autotest script did not call build_externals and therefore the code was not available on the test instance.

This looks like it is due to some logic in update_autotest which only calls build_externals in case you have recently touched the utils/external_packages file.

pkg_head=`git log -1 --pretty=tformat:%h utils/external_packages.py`

This logic seems quite wrong, and I don't think it matches what we do in deploy_production (where we call build_externals on every server...)
 

Comment 1 by aut...@google.com, Jul 19 2016

Labels: -current-issue Hotlist-Fixit
Owner: shuqianz@chromium.org
I think this is no longer the case? Fixed?
Status: WontFix (was: Untriaged)
We don't use update_autotest to update push servers now.

Sign in to add a comment