- Apr 03, 2019
-
-
Alejandro Sanchez authored
This prevents rebuilding a job's dependency string when it has at least one invalid (never satisfied) dependency, no matter if such invalid dependency has already been purged (after MinJobAge) or not. This can be useful to track down the culprit invalid dependencies even after they are gone from ctld's in-memory job list. The flag is cleared upon a successful job dependency update or after another job in the dependency list has been satisfied if such list is composed with the '?' symbol (OR'ed). Bug 5851.
-
Alejandro Sanchez authored
Job dependencies separated by "?" (OR'ed) should make the dependant job be independent as soon as any of the dependencies are resolved to be satisfied. Without this patch, if an invalid (non satisfiable) dependency was resolved before a satisfiable one, then the dependant job would never become independent, even after the satisfiable one got eventually resolved. Bug 5851.
-
Alejandro Sanchez authored
No functional change, just preparement for a following commit with an actual fix. Bug 5851.
-
- Mar 31, 2019
-
-
Brian Christiansen authored
Continuation of 2764f3fd Bug 6589
-
Brian Christiansen authored
Continuation of 9a243a1a Bug 6592
-
Brian Christiansen authored
-
- Mar 27, 2019
-
-
Dominik Bartkiewicz authored
Bug 6750.
-
- Mar 26, 2019
-
-
Alejandro Sanchez authored
Bug 6710.
-
Marshall Garey authored
Bug 6590.
-
- Mar 25, 2019
-
-
Albert Gil authored
Bug 6680
-
- Mar 22, 2019
-
-
Alejandro Sanchez authored
-
Marshall Garey authored
With schedulerparameters=defer and prolog scripts and/or spank plugins that take some time, jobs weren't starting within 2 seconds that tests 2.18 and 2.19 expected, causing these tests to fail. Bug 6670.
-
- Mar 21, 2019
-
-
Tim Wickberg authored
-
Tim Wickberg authored
IMO, the test as is currently designed is not representative of an actual rpmbuild against a production released tarball, and thus should not be relied on. Using --nodeps masks a lot of potential errors with the spec file. It has been disabled on Ubuntu systems for months, broken on master for longer, and thus I am discarding it now. Bug 4411, 6281.
-
Marshall Garey authored
Change to %pJ identifier while here and merge different partition priorities into a single log message line. Bug 6663.
-
- Mar 20, 2019
-
-
Alejandro Sanchez authored
Bug 6723
-
Albert Gil authored
Regression from enhancement 4506. Bug 6680
-
Danny Auble authored
Bug 6662
-
Alejandro Sanchez authored
Previously the state reason could remain as WAIT_NO_REASON even after backfill evaluation. This should improve system feedback/responsiveness user perception. Bug 6594.
-
Brian Christiansen authored
Continuation of 69d78159 Bug 6500
-
- Mar 19, 2019
-
-
Danny Auble authored
Issue was from ade9101e. The problem was an over simplified if statement which when ran multiple times would set the start time incorrectly. Bug 6697
-
Alejandro Sanchez authored
Even if main scheduler doesn't allocate resources for hetjobs, the queue list should be composed by all types of jobs. Otherwise, lower priority regular jobs could be allocated resources by main scheduler while higher priority hetjobs are waiting for a backfill cycle. Bug 6593.
-
- Mar 15, 2019
-
-
Tim Wickberg authored
-
Matt Ezell authored
Bug 6679
-
- Mar 13, 2019
-
-
Alejandro Sanchez authored
Instruct the backfill scheduler to attempt to start a heterogeneous job as soon as all of its components are determined able to do so. Bug 5579.
-
- Mar 12, 2019
-
-
Danny Auble authored
-
Danny Auble authored
This could probably be extended to give back sockets and cores and such, but at this moment I really only needed how many threads to deal with and total cpus.
-
Dominik Bartkiewicz authored
There are at least two points where this can return a false positive error message which can be confusing for users. Continuation dc583bd1 Bug 6437
-
- Mar 11, 2019
-
-
Danny Auble authored
-
- Mar 08, 2019
-
-
Brian Christiansen authored
Bug 6658
-
Nathan Rini authored
Bug 6658
-
Broderick Gardner authored
Bug 6633.
-
Nathan Rini authored
Bug 6529
-
Nathan Rini authored
Bug 6529
-
Nathan Rini authored
Bug 6529
-
Nathan Rini authored
Bug 6529
-
- Mar 07, 2019
-
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Revert "Avoid errors from packing accounting_storage_mysql.so when RPM is built with out mysql support." This reverts commit d18e26b9.
-
Danny Auble authored
Backport of 21b9a39b Bug 6625
-