Skip to content
Snippets Groups Projects
  1. Oct 26, 2022
  2. Oct 20, 2022
  3. Sep 20, 2022
  4. Sep 08, 2022
  5. Sep 07, 2022
  6. Mar 30, 2022
  7. Mar 29, 2022
  8. Sep 30, 2021
    • Andrew Halberstadt's avatar
      Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher · 95449daa
      Andrew Halberstadt authored
      For a long time two copies of the 'taskgraph' module have existed in parallel.
      We've attempted to keep them in sync, but over time they have diverged and the
      maintenance burden has increased.
      
      In order to reduce this burden, we'd like to re-join the two code bases. The
      canonical repo will be the one that lives outside of mozilla-central, and this
      module will depend on it. Since they both have the same module name (taskgraph)
      we need to rename the version in mozilla-central to avoid collisions.
      
      Other consumers of 'taskgraph' (like mobile repos) have standardized on
      '<project>_taskgraph' as their module names. So replicating that here as well.
      
      Differential Revision: https://phabricator.services.mozilla.com/D127118
      95449daa
  9. Aug 16, 2021
  10. Jul 22, 2021
  11. Mar 17, 2021
  12. Sep 24, 2020
    • Andrew Halberstadt's avatar
      Bug 1666809 - Insert decision task indexes directly via taskluster API rather... · c288f185
      Andrew Halberstadt authored
      Bug 1666809 - Insert decision task indexes directly via taskluster API rather than index-task, r=taskgraph-reviewers,aki
      
      We started using the "backstop" index added by bug 1660506 to determine whether
      a push should be a backstop based on a time interval. The problem is that this
      index gets added by an index-task that runs after the decision task has
      completed.  Therefore, if two pushes land at roughly the same time (i.e, the
      second decision task starts before the first completes), then they can both
      determine themselves as backstops.
      
      This patch gets around the problem by inserting the "backstop" index as early
      as possible (immediately after resolving parameters), so the chances of this
      happening become very low. It's still theoretically possible that it could
      happen again, but we don't need this to be 100% perfect. As long as it is rare,
      it's good enough.
      
      Depends on D91191
      
      Differential Revision: https://phabricator.services.mozilla.com/D91192
      c288f185
  13. Jul 13, 2020
  14. Jul 08, 2020
  15. Jul 07, 2020
  16. Jul 03, 2020
  17. Jul 07, 2020
  18. May 14, 2020
  19. Apr 10, 2020
  20. Mar 27, 2020
  21. Jan 03, 2020
  22. Oct 24, 2019
  23. Oct 07, 2019
  24. Oct 08, 2019
  25. Oct 07, 2019
  26. Aug 09, 2019
  27. Jul 08, 2019
  28. May 16, 2019
  29. Apr 30, 2019
Loading