New issue
Advanced search Search tips

Issue 682392 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Delete "one_shot_host" concept from host creation

Reported by jrbarnette@chromium.org, Jan 18 2017

Issue description

The create_job() RPC call includes a parameter named "one_shot_hosts".
The parameter seems to support UI elements that are likely rarely
used, and likely to be somewhat inappropriate for the Chrome OS
Autotest environment.  It would be better to delete the feature
altogether.

Deleting the feature means deleting the parameter from the 'create_job()'
RPC function, and deleting a fair sized chunk of downstream code that
looks at the parameter.

The change also means deleting Java GWT UI code.  The Java code affected
lives in frontend/client/src/autotest/afe/HostSelector.java and
frontend/client/src/autotest/afe/HostSelectorDisplay.java.  Look for the
tab entitled "By specifing hostnames" (sic).  The instance variable is
named `hostnamePanel`.

 
... There's also support for a --oneshot-host in the `atest`
command that would have to be deleted.

Project Member

Comment 2 by sheriffbot@chromium.org, Feb 12 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
Status: Available (was: Untriaged)

Sign in to add a comment