Skip to content
Snippets Groups Projects
  1. Feb 03, 2023
    • Valentin Syrovatskiy's avatar
      test: add check ports for not in use before integration testsing · cc5574a7
      Valentin Syrovatskiy authored
      Integration tests use some TCP ports. These ports may conflict with:
      - already running instances on the developer host
      - any other program on the developer host or on the CI host
      
      The `port_range` fixture checks that all ports between
      base_port and max_port (inclusive) are unused,
      so integration tests are allowed to run.
      cc5574a7
  2. Feb 02, 2023
  3. Feb 01, 2023
  4. Jan 31, 2023
  5. Jan 30, 2023
  6. Jan 27, 2023
  7. Jan 26, 2023
  8. Jan 20, 2023
  9. Jan 13, 2023
    • Yaroslav Dynnikov's avatar
      ci: miscellaneous cleanup · fe02558f
      Yaroslav Dynnikov authored
      1. Rename "check-deployment" stage, make it more concise using
         `parallel:matrix` Gitlab CI feature.
      2. Ignore `gitlab-ci.yml` changes in `test-docker` job
      3. Remove unused credentials from `sign-rpm-packages` job
      fe02558f
  10. Jan 12, 2023
  11. Dec 30, 2022
  12. Dec 29, 2022
  13. Dec 27, 2022
Loading