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

Issue 741175 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

automated_deploy should not fail just because there are no changes to one repo

Project Member Reported by akes...@chromium.org, Jul 11 2017

Issue description

example failure log below

autotest:
git log --oneline 16cf8da3a..1b617599f
1b617599f autotest: revert recent lxc changes


chromite:
No new changes since last push.

    sys.exit(main(sys.argv))
  File "./automated_deploy.py", line 200, in main
    kick_off_deploy()
  File "./automated_deploy.py", line 178, in kick_off_deploy
    infra.local_runner(deploy_cmd, stream_output=True)
  File "/usr/local/google/home/akeshet/chromiumos/src/third_party/autotest/files/site_utils/lib/infra.py", line 60, in local_runner
    raise subprocess.CalledProcessError(return_code, cmd, output[:1024])
subprocess.CalledProcessError: Command 'runlocalssh ./site_utils/deploy_server.py --afe=cautotest' returned non-zero exit status 1
 
Status: Fixed (was: Assigned)
This has been fixed

Sign in to add a comment