Skip to content
Snippets Groups Projects
  1. Apr 19, 2024
  2. Apr 17, 2024
  3. Mar 21, 2024
  4. Mar 13, 2024
  5. Feb 21, 2024
  6. Feb 06, 2024
  7. Jan 24, 2024
    • reivilibre's avatar
      Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to... · d0bdd41a
      reivilibre authored
      Downgrade the `download-artifact` and `upload-artifact` actions to v3 due to breaking changes. (#16847)
      
      Partially reverts #16796
      
      This is causing errors of the form:
      
      ```
      Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
      ```
      
      for the debs and wheels stages.
      
      
      There were breaking changes that weren't included in the dependabot
      changelog (:/):
      https://github.com/actions/upload-artifact#breaking-changes
      
      
      
      
      <!--
      Fixes: # <!-- -->
      <!--
      Supersedes: # <!-- -->
      <!--
      Follows: # <!-- -->
      <!--
      Part of: # <!-- -->
      Base: `release-v1.100` <!-- git-stack-base-branch:release-v1.100 -->
      
      <!--
      This pull request is commit-by-commit review friendly. <!-- -->
      <!--
      This pull request is intended for commit-by-commit review. <!-- -->
      
      Original commit schedule, with full messages:
      
      <ol>
      <li>
      
      Downgrade the `upload-artifact` and `download-artifact` actions to v3 
      
      </li>
      </ol>
      
      ---------
      
      Signed-off-by: default avatarOlivier Wilkinson (reivilibre) <oliverw@matrix.org>
      d0bdd41a
  8. Jan 22, 2024
  9. Jan 17, 2024
  10. Jan 11, 2024
  11. Jan 10, 2024
  12. Jan 04, 2024
  13. Jan 02, 2024
  14. Dec 15, 2023
  15. Dec 13, 2023
  16. Dec 12, 2023
  17. Dec 11, 2023
  18. Dec 04, 2023
  19. Nov 29, 2023
  20. Nov 28, 2023
  21. Nov 17, 2023
    • Patrick Cloke's avatar
      Fix building wheels in CI. (#16653) · 47c68210
      Patrick Cloke authored
      pip was using a vendored setuptools that was incompatible with
      Python 3.12. Upgrading cibuildwheels to a version with a newer
      version of pip (and thus a newer version of setuptools) fixes
      the issue.
      47c68210
  22. Oct 30, 2023
  23. Oct 27, 2023
    • kegsay's avatar
      complement: enable dirty runs (#16520) · 11a8ae06
      kegsay authored
      * complement: enable dirty runs
      
      * Add changelog
      
      * Set a low connpool limit when running in Complement
      
      Dirty runs can cause many containers to be running concurrently,
      which seems to easily exhaust resources on the host. The increased
      speedup from dirty runs also seems to use more db connections on
      workers, which are misconfigured currently to have
      `SUM(workers * cp_max) > max_connections`, causing
      ```
      FATAL:  sorry, too many clients already
      ```
      which results in tests failing.
      
      * Try p=2 concurrency to restrict slowness of servers which causes partial state join tests to flake
      
      * Debug logging
      
      * Only run flakey tests
      
      * Only adjust connection pool limits in worker mode
      
      * Move cp vars to somewhere where they get executed in CI
      
      * Move cp values back to where they actually work
      
      * Debug logging
      
      * Try p=1 to see if this makes worker mode happier
      
      * Remove debug logging
      11a8ae06
  24. Oct 18, 2023
  25. Oct 12, 2023
Loading