1. 12 Sep, 2019 3 commits
  2. 10 Sep, 2019 1 commit
  3. 07 Sep, 2019 1 commit
  4. 06 Sep, 2019 4 commits
  5. 05 Sep, 2019 1 commit
  6. 04 Sep, 2019 3 commits
  7. 03 Sep, 2019 8 commits
  8. 30 Aug, 2019 3 commits
  9. 29 Aug, 2019 13 commits
  10. 28 Aug, 2019 1 commit
    • Alejandro Sanchez's avatar
      Don't update [min|max]_exit_code on job array task requeue. · 0e42eb87
      Alejandro Sanchez authored
      Only do so once the task actually finishes. Otherwise, a requeued task
      could set an incorrect max_exit_code even if completed with exit code 0
      after re-running again, leading to problems with i.e. other jobs with an
      afterok type of dependency on such array relying on the incorrectly set
      max_exit_code.
      
      Bug 7552.
      0e42eb87
  11. 26 Aug, 2019 2 commits