Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Aug 12, 2021
  3. Aug 11, 2021
  4. Aug 10, 2021
  5. Aug 05, 2021
  6. Aug 02, 2021
  7. Jul 27, 2021
  8. Jul 22, 2021
  9. Jul 20, 2021
  10. Jul 14, 2021
    • Richard van der Hoff's avatar
      Make GHA config more efficient (#10383) · 07e0992a
      Richard van der Hoff authored
      A few things here:
      
      * Build the debs for single distro for each PR, so that we can see if it breaks. Do the same for develop. Building all the debs ties up the GHA workers for ages.
      * Stop building the debs for release branches. Again, it takes ages, and I don't think anyone is actually going to stop and look at them. We'll know they are working when we make an RC.
      * Change the configs so that if we manually cancel a workflow, it actually does something.
      Unverified
      07e0992a
  11. Jun 11, 2021
    • Patrick Cloke's avatar
      Use the matching complement branch when running tests in CI. (#10160) · a14884fb
      Patrick Cloke authored
      This implements similar behavior to sytest where a matching branch is used,
      if one exists. This is useful when needing to modify both application code
      and tests at the same time. The following rules are used to find a matching
      complement branch:
      
      1. Search for the branch name of the pull request. (E.g. feature/foo.)
      2. Search for the base branch of the pull request. (E.g. develop or release-vX.Y.)
      3. Search for the reference branch of the commit. (E.g. master or release-vX.Y.)
      4. Fallback to 'master', the default complement branch name.
      Unverified
      a14884fb
  12. Jun 09, 2021
  13. Jun 02, 2021
  14. May 26, 2021
  15. May 10, 2021
  16. Apr 09, 2021
Loading