Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
c744f5fa4992f996768a4857c28fcc8045ea9df1
/
frontend
/
afe
/
frontend_test_utils.py
0ed6075
[autotest] Delete support for parameterized jobs.
by Richard Barnette
· 9 years ago
c9e1714
[autotest] Add a new field require_ssp in afe_jobs table
by Dan Shi
· 10 years ago
4ec9867
[autotest] Split host acquisition and job scheduling II.
by Prashanth B
· 11 years ago
2c1a22a
[autotest] Include parent_job_id as a tie breaker in the host request.
by Prashanth B
· 11 years ago
489b91d
[autotest] Establish a common interface for host representation.
by Prashanth B
· 11 years ago
7d8273b
[autotest] RDB refactor I
by beeps
· 12 years ago
4a19369
[autotest] create_job should fail if the metahost cannot run the job
by Alex Miller
· 12 years ago
8a12e80
Merge remote branch 'cros/upstream' into master.
by Eric Li
· 15 years ago
4a41e01
by jamesren
· 15 years ago
06e59f1
Initial implementation of Test Planner Test View.
by jamesren
· 15 years ago
76fcf19
Add ability to associate drone sets with jobs. This restricts a job to
by jamesren
· 15 years ago
dd85524
Abstract out common models used in the frontend's models.py so that django is not required to interact with non Django portions of the code.
by jamesren
· 15 years ago
fd8b89f
don't set the current user to my_user in frontend_test_utils. let it default to the new autotest_system user.
by showard
· 16 years ago
78f5b01
Update to Django 1.1.1. I want to use a new feature for my RESTful interface prototyping (direct inclusion of URL patterns in URLconfs).
by showard
· 16 years ago
26b7ec7
Note: This change is to support a project that I am working on. You should see no change in the behavior of your current Autotest installations.
by showard
· 16 years ago
01339bf
Add new hostless param to the docstring -- missed this comment from gps in my previous change.
by showard
· 16 years ago
a9545c0
backend support for hostless jobs
by showard
· 16 years ago
2ca64c9
* add a couple simple test cases to the scheduler functional test for metahosts
by showard
· 16 years ago
1ef218d
This is the result of a batch reindent.py across our tree.
by mbligh
· 16 years ago
ed2afea
make SpecialTasks recoverable. this involves quite a few changes.
by showard
· 16 years ago
6157c63
Make the scheduler robust to finding a HostQueueEntry with more than one
by showard
· 16 years ago
98ead17
exempt one-time-hosts from ACL checking in the frontend as well, and update the unit test to accurately test this
by showard
· 16 years ago
7718256
Have the scheduler wait a configurable amount of time before starting
by showard
· 16 years ago
b6d1662
fix JobManager.get_status_counts, which was returning incorrect counts in some cases when jobs were aborted. the problem was that it's possible for a complete entry to have aborted set or not and have the same full status, which was violating an assumption of the method.
by showard
· 16 years ago