1. 05 Jul, 2017 2 commits
    • Brian Christiansen's avatar
      Let remote fed jobs stay in queue till minjobage · f715668e
      Brian Christiansen authored
      Previously remote jobs would be removed from the job_list as quickly as
      possible to prevent collisions with requeued jobs and to clear up the
      jobs and the orign job would stay around till minjobage on the origin.
      But the origin job didn't have the details from the job that ran on a
      remote cluster.
      
      Now just don't show revoked jobs. The origin tracking job will remain as
      revoked and not shown and the remote job will hang around for display
      till minjobage. scontrol show jobs will show the job from the cluster
      that ran the job. The job is requeuable as long as the origin job is
      still in the origin cluster's job_list.
      f715668e
    • Brian Christiansen's avatar
      Don't schedule or show revoked jobs · fcd22f9b
      Brian Christiansen authored
      Just check for the revoked state instead of checking if it's a tracker
      job since an origin job will be revoked if it can't run on the origin or
      if it's running on a remote cluster.
      fcd22f9b
  2. 03 Jul, 2017 1 commit
  3. 30 Jun, 2017 9 commits
  4. 29 Jun, 2017 1 commit
  5. 28 Jun, 2017 15 commits
  6. 27 Jun, 2017 12 commits