-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary PR to integrate PDL's mass of bug fixes and enhancements #148
base: master
Are you sure you want to change the base?
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c7f5664 - Browse repository at this point
Copy the full SHA c7f5664View commit details -
When number of jobs is larger than the number of available vms, N,
jobManager dies after N jobs have finished in the exception handling of __manage(), if Config.REUSE_VM is set to true. This commit simply checks whether "job" is None, to avoid the crash. This allows job manager to continue and finish all jobs. But it may not be the real fix of the root problem which needs further investigation.
Configuration menu - View commit details
-
Copy full SHA for 4dcbbb4 - Browse repository at this point
Copy the full SHA 4dcbbb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de4692 - Browse repository at this point
Copy the full SHA 6de4692View commit details -
When job manager restarts, it empties its vm "total" pool and "free"
queue. Due to misunderstanding of redis, the free queue is not actually emptied, resulting in vms staying in free queue but not in total pool.
Configuration menu - View commit details
-
Copy full SHA for e2afe8a - Browse repository at this point
Copy the full SHA e2afe8aView commit details -
Add ability to pull amis from aws and to exact a tag "Name" as the i…
…mage name for each ami. The lab author specifies the desired image using this name.
Configuration menu - View commit details
-
Copy full SHA for 97c22e3 - Browse repository at this point
Copy the full SHA 97c22e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66551a - Browse repository at this point
Copy the full SHA e66551aView commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 94656b7 - Browse repository at this point
Copy the full SHA 94656b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 253cb8e - Browse repository at this point
Copy the full SHA 253cb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d5fc1 - Browse repository at this point
Copy the full SHA 45d5fc1View commit details
Commits on Aug 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 12139e1 - Browse repository at this point
Copy the full SHA 12139e1View commit details
Commits on Aug 18, 2017
-
resetTango should only be called from jobManager. Remove the call fro…
…m restful server.
Configuration menu - View commit details
-
Copy full SHA for d8d0f65 - Browse repository at this point
Copy the full SHA d8d0f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9043e3a - Browse repository at this point
Copy the full SHA 9043e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6bba9 - Browse repository at this point
Copy the full SHA 4a6bba9View commit details
Commits on Aug 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b92ffba - Browse repository at this point
Copy the full SHA b92ffbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ca36d - Browse repository at this point
Copy the full SHA 75ca36dView commit details
Commits on Aug 23, 2017
-
Modified pool allocation logic to 1) not to allocate all vms allowed
by pool size at once and 2) consider vms in free pool first.
Configuration menu - View commit details
-
Copy full SHA for 93e60ad - Browse repository at this point
Copy the full SHA 93e60adView commit details
Commits on Aug 30, 2017
-
When job manager restarts, it now destroy the vm instances that not
not in the free pools, instead of destroy all vms.
Configuration menu - View commit details
-
Copy full SHA for 76157c3 - Browse repository at this point
Copy the full SHA 76157c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7674945 - Browse repository at this point
Copy the full SHA 7674945View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe01c2 - Browse repository at this point
Copy the full SHA cbe01c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ceb59 - Browse repository at this point
Copy the full SHA 46ceb59View commit details
Commits on Aug 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7fef985 - Browse repository at this point
Copy the full SHA 7fef985View commit details -
Check output file for the missing "scores:" line and
report them at the end of the run.
Configuration menu - View commit details
-
Copy full SHA for 0febf75 - Browse repository at this point
Copy the full SHA 0febf75View commit details
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5b2bda8 - Browse repository at this point
Copy the full SHA 5b2bda8View commit details
Commits on Sep 5, 2017
-
Improvements to run_jobs: ability to run failed submissions, to dry r…
…un and to list failed submissions.
Configuration menu - View commit details
-
Copy full SHA for 4ce9534 - Browse repository at this point
Copy the full SHA 4ce9534View commit details -
Add a separate config file for run_jobs to separate config settings
from logic changes.
Configuration menu - View commit details
-
Copy full SHA for 0296460 - Browse repository at this point
Copy the full SHA 0296460View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1aa4ba - Browse repository at this point
Copy the full SHA b1aa4baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be308f - Browse repository at this point
Copy the full SHA 9be308fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e2983 - Browse repository at this point
Copy the full SHA a9e2983View commit details
Commits on Sep 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e0b5253 - Browse repository at this point
Copy the full SHA e0b5253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b7ead - Browse repository at this point
Copy the full SHA 79b7eadView commit details
Commits on Sep 7, 2017
-
Move logging init in TangoServer to the beginning to capture all
logs. Add aws auto scaling group name in config.
Configuration menu - View commit details
-
Copy full SHA for 2176dfe - Browse repository at this point
Copy the full SHA 2176dfeView commit details
Commits on Sep 14, 2017
-
1. Add ability to shrink preallocated pool. 2. preliminary code to at…
…tach instance to asw auto scaling group. 3. Error handling related to initializeVM(). 4. Consistency assurance in removeVM().
Configuration menu - View commit details
-
Copy full SHA for a5bc482 - Browse repository at this point
Copy the full SHA a5bc482View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a076f - Browse repository at this point
Copy the full SHA b3a076fView commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d896b36 - Browse repository at this point
Copy the full SHA d896b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7805577 - Browse repository at this point
Copy the full SHA 7805577View commit details
Commits on Oct 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aaa07eb - Browse repository at this point
Copy the full SHA aaa07ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 965b281 - Browse repository at this point
Copy the full SHA 965b281View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2acaaa - Browse repository at this point
Copy the full SHA e2acaaaView commit details
Commits on Oct 12, 2017
-
Add -j flag to list all jobs. Exam output file in next iteration of
the loop to make sure that the file is fully copied.
Configuration menu - View commit details
-
Copy full SHA for 7432c4b - Browse repository at this point
Copy the full SHA 7432c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c86e3 - Browse repository at this point
Copy the full SHA d2c86e3View commit details
Commits on Oct 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9736236 - Browse repository at this point
Copy the full SHA 9736236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c71c1 - Browse repository at this point
Copy the full SHA 56c71c1View commit details -
Wait a bit after requesting an instance from aws. also allows a redis
connection to be passed into tangoObjects, for testing purpose.
Configuration menu - View commit details
-
Copy full SHA for 484f435 - Browse repository at this point
Copy the full SHA 484f435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ad616 - Browse repository at this point
Copy the full SHA 95ad616View commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 04e8176 - Browse repository at this point
Copy the full SHA 04e8176View commit details
Commits on Nov 13, 2017
-
checkpoint. 1. fix a bug in finding the last submission. 2. scan subm…
…issions for exising failures.
Configuration menu - View commit details
-
Copy full SHA for 2544f1c - Browse repository at this point
Copy the full SHA 2544f1cView commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for caefb9a - Browse repository at this point
Copy the full SHA caefb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 906bfa5 - Browse repository at this point
Copy the full SHA 906bfa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0cd38 - Browse repository at this point
Copy the full SHA 3e0cd38View commit details
Commits on Nov 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b4e7123 - Browse repository at this point
Copy the full SHA b4e7123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f18890 - Browse repository at this point
Copy the full SHA 9f18890View commit details
Commits on Nov 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7580354 - Browse repository at this point
Copy the full SHA 7580354View commit details -
Save the code of tag changing. Its mission is finished now the
feature of keeping vm after failure test has been implemented.
Configuration menu - View commit details
-
Copy full SHA for 27fe73b - Browse repository at this point
Copy the full SHA 27fe73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14251e9 - Browse repository at this point
Copy the full SHA 14251e9View commit details
Commits on Nov 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1b1ef28 - Browse repository at this point
Copy the full SHA 1b1ef28View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ebafb72 - Browse repository at this point
Copy the full SHA ebafb72View commit details
Commits on Dec 4, 2017
-
temporarily commmit experimental file before moving its useful parts …
…into autodriver.
Configuration menu - View commit details
-
Copy full SHA for 39c02fc - Browse repository at this point
Copy the full SHA 39c02fcView commit details
Commits on Dec 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c1de4c0 - Browse repository at this point
Copy the full SHA c1de4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a715788 - Browse repository at this point
Copy the full SHA a715788View commit details
Commits on Dec 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fb0d78b - Browse repository at this point
Copy the full SHA fb0d78bView commit details
Commits on Dec 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 364ae40 - Browse repository at this point
Copy the full SHA 364ae40View commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c0dd2f - Browse repository at this point
Copy the full SHA 3c0dd2fView commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0cefe52 - Browse repository at this point
Copy the full SHA 0cefe52View commit details
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6f429ef - Browse repository at this point
Copy the full SHA 6f429efView commit details
Commits on Jan 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 95f8574 - Browse repository at this point
Copy the full SHA 95f8574View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc22fd5 - Browse repository at this point
Copy the full SHA dc22fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1439a - Browse repository at this point
Copy the full SHA 4b1439aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd17429 - Browse repository at this point
Copy the full SHA bd17429View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for daaa912 - Browse repository at this point
Copy the full SHA daaa912View commit details
Commits on Feb 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9812622 - Browse repository at this point
Copy the full SHA 9812622View commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7351917 - Browse repository at this point
Copy the full SHA 7351917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1972a17 - Browse repository at this point
Copy the full SHA 1972a17View commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for caac9b4 - Browse repository at this point
Copy the full SHA caac9b4View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c47d889 - Browse repository at this point
Copy the full SHA c47d889View commit details
Commits on Feb 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9565275 - Browse repository at this point
Copy the full SHA 9565275View commit details -
Configuration menu - View commit details
-
Copy full SHA for c80a5d3 - Browse repository at this point
Copy the full SHA c80a5d3View commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c03416 - Browse repository at this point
Copy the full SHA 6c03416View commit details
Commits on Feb 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b5730f3 - Browse repository at this point
Copy the full SHA b5730f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d3800 - Browse repository at this point
Copy the full SHA f8d3800View commit details
Commits on Mar 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c4b98b2 - Browse repository at this point
Copy the full SHA c4b98b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c29d7 - Browse repository at this point
Copy the full SHA 72c29d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1751e - Browse repository at this point
Copy the full SHA ae1751eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1eac8 - Browse repository at this point
Copy the full SHA 2c1eac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fafd0 - Browse repository at this point
Copy the full SHA c8fafd0View commit details
Commits on Mar 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fcc8777 - Browse repository at this point
Copy the full SHA fcc8777View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c58c87b - Browse repository at this point
Copy the full SHA c58c87bView commit details
Commits on Apr 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 70c1ed1 - Browse repository at this point
Copy the full SHA 70c1ed1View commit details
Commits on Apr 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d27fb52 - Browse repository at this point
Copy the full SHA d27fb52View commit details
Commits on Apr 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c2e1a61 - Browse repository at this point
Copy the full SHA c2e1a61View commit details
Commits on Apr 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b880160 - Browse repository at this point
Copy the full SHA b880160View commit details
Commits on May 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1aa0ce - Browse repository at this point
Copy the full SHA c1aa0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7580ccf - Browse repository at this point
Copy the full SHA 7580ccfView commit details
Commits on Jun 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9c9b5e5 - Browse repository at this point
Copy the full SHA 9c9b5e5View commit details
Commits on Jun 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4cd4f0a - Browse repository at this point
Copy the full SHA 4cd4f0aView commit details
Commits on Jun 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 559f7aa - Browse repository at this point
Copy the full SHA 559f7aaView commit details
Commits on Jul 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9c1acfa - Browse repository at this point
Copy the full SHA 9c1acfaView commit details
Commits on Jul 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 13f7363 - Browse repository at this point
Copy the full SHA 13f7363View commit details
Commits on Jul 9, 2018
-
consolidate boto3 connection naming, make aws access id/key work agai…
…n and add tests.
Configuration menu - View commit details
-
Copy full SHA for 788ee1d - Browse repository at this point
Copy the full SHA 788ee1dView commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b0ea16 - Browse repository at this point
Copy the full SHA 2b0ea16View commit details
Commits on Jul 13, 2018
-
In detachVM, remove the replace_vm feature which allows a "bad" vm (os
error returned) to be replaced by creating a new one immediately. However, it interferes with the "low water mark" feature that aims to keep free vms below the water mark. On the other hand, a destroyed vm will be replaced anyway, when a new job comes in and needs a vm, given the total vms are below the upper limit. In such case, the job has to wait a bit longer for the new vm's readiness, a small price to pay.
Configuration menu - View commit details
-
Copy full SHA for ce3f9a4 - Browse repository at this point
Copy the full SHA ce3f9a4View commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 721d6c2 - Browse repository at this point
Copy the full SHA 721d6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffa4ae - Browse repository at this point
Copy the full SHA 1ffa4aeView commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ba0f33 - Browse repository at this point
Copy the full SHA 2ba0f33View commit details
Commits on Jul 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9028de0 - Browse repository at this point
Copy the full SHA 9028de0View commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a068e15 - Browse repository at this point
Copy the full SHA a068e15View commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for da04503 - Browse repository at this point
Copy the full SHA da04503View commit details
Commits on Aug 16, 2018
-
rework tango's reset code. It fails to remove existing vms on clean r…
…estart (i.e. when redis is restarted, too).
Configuration menu - View commit details
-
Copy full SHA for cdf8811 - Browse repository at this point
Copy the full SHA cdf8811View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ee44d - Browse repository at this point
Copy the full SHA d6ee44dView commit details
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fe00e97 - Browse repository at this point
Copy the full SHA fe00e97View commit details
Commits on Aug 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f9e03c2 - Browse repository at this point
Copy the full SHA f9e03c2View commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 88ac6e1 - Browse repository at this point
Copy the full SHA 88ac6e1View commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 77a26fa - Browse repository at this point
Copy the full SHA 77a26faView commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 09bca0a - Browse repository at this point
Copy the full SHA 09bca0aView commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d24fdb4 - Browse repository at this point
Copy the full SHA d24fdb4View commit details
Commits on Aug 14, 2019
-
Fix check_jobs (cron job in production Autolab): comment its purpose,
report file writing failure, always write current trouble jobs into file
Configuration menu - View commit details
-
Copy full SHA for 6b6de4c - Browse repository at this point
Copy the full SHA 6b6de4cView commit details
Commits on Aug 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8f0ed66 - Browse repository at this point
Copy the full SHA 8f0ed66View commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a18dbc - Browse repository at this point
Copy the full SHA 7a18dbcView commit details -
Deal with exception inside exception handler of initializeVM.
Or all Tango jobs will be stuck in such cases.
Configuration menu - View commit details
-
Copy full SHA for 48568e9 - Browse repository at this point
Copy the full SHA 48568e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1b344 - Browse repository at this point
Copy the full SHA 0b1b344View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a49c447 - Browse repository at this point
Copy the full SHA a49c447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fb51b - Browse repository at this point
Copy the full SHA 42fb51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2799f - Browse repository at this point
Copy the full SHA ae2799fView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4e6c345 - Browse repository at this point
Copy the full SHA 4e6c345View commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for defb37f - Browse repository at this point
Copy the full SHA defb37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d60ae0 - Browse repository at this point
Copy the full SHA 3d60ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f31a5 - Browse repository at this point
Copy the full SHA 50f31a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870757f - Browse repository at this point
Copy the full SHA 870757fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2dec6 - Browse repository at this point
Copy the full SHA fc2dec6View commit details -
ec2SSH is activated from multiple tango services, probably unnecessar…
…ily. But the timed cleanup shouldn't run in each of them. Now it only runs in jobManager.
Configuration menu - View commit details
-
Copy full SHA for 0ba4bae - Browse repository at this point
Copy the full SHA 0ba4baeView commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d406a13 - Browse repository at this point
Copy the full SHA d406a13View commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 96c9830 - Browse repository at this point
Copy the full SHA 96c9830View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a7434 - Browse repository at this point
Copy the full SHA a0a7434View commit details