chore: снять ветку up — сервис test есть во всех образах - #40
Open
fey wants to merge 1 commit into
Open
Conversation
Ветка отката существовала, пока сервис был не во всех опубликованных образах. Сверка 26.08.2026: сервис test несут все 106 образов, которые вообще опубликованы, и он есть в git у всех 169 проектов, где есть docker-compose.yml. Остальные девять не доживают до выбора команды — падают на разборе compose. Откат оставлять вредно: проект, потерявший сервис test, тихо уезжал бы обратно на up, а это тот самый путь, на котором красные тесты зачитываются.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hexlet ticket: DEVELOPMENT-432
Ветка отката (
config --services→run --rm testлибоup --abort-on-container-exit) заводилась как временный мост на время раската и с условием снятия в комментарии. Условие выполнено.Сверка 26.08.2026 по 178 клонам:
testdocker-compose.ymlСервис
testесть вorigin/HEADу всех 169 проектов, где есть compose. Проекты без образа падают раньше, наdocker pull; проекты без compose — на его разборе. До шага, где выбирается команда вердикта, они не доходят, поэтому ветку не держат.Оставлять откат вредно: проект, потерявший сервис
test, тихо уезжал бы обратно наup, а это ровно тот путь, на котором красные тесты зачитываются как зелёные (см. #39).Парная правка в шаблоне GitLab (
hexlethq/hexlet-project-source-ci) идёт отдельно и требуетmake release.