Skip to content

fix (ci_checker) : avoid conflicts when CI checker sessions run at the same time (#380)

Artyom Kartasov requested to merge 380-ci-checker-multiple-run into master

Description

  • split archives into different directories
  • use a commit reference instead of a branch ref if possible
  • fix DLE network detection (compatible with DLE 3.0+)

Related issue

#380 (closed)

Examples

Broken DB migration:

Fixed DB migration:

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have text changes OR there are text changes and they have been reviewed
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed

Closes #380 (closed)

Edited by Artyom Kartasov

Merge request reports