Skip to content
Snippets Groups Projects
  1. Aug 22, 2023
  2. Apr 18, 2023
  3. Apr 14, 2023
  4. Apr 13, 2023
  5. Oct 26, 2022
  6. Oct 20, 2022
  7. Sep 20, 2022
  8. Sep 08, 2022
  9. Sep 07, 2022
  10. Mar 30, 2022
  11. Mar 29, 2022
  12. 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
  13. Aug 16, 2021
  14. Jul 22, 2021
  15. Mar 17, 2021
  16. 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
  17. Jul 13, 2020
  18. Jul 08, 2020
  19. Jul 07, 2020
  20. Jul 03, 2020
  21. Jul 07, 2020
  22. May 14, 2020
  23. Apr 10, 2020
  24. Mar 27, 2020
  25. Jan 03, 2020
  26. Oct 24, 2019
  27. Oct 07, 2019
  28. Oct 08, 2019
  29. Oct 07, 2019
Loading