chore: prepare stable-7.2

This commit is contained in:
Michael Barz
2026-06-10 17:18:29 +02:00
parent 8ad66f5c35
commit 56e03f12ce
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=2cee98bb27fab223fc4ce2455f5483ce7767ff1a
WEB_BRANCH=main
WEB_COMMITID=52b146f5356211e618ae26bfe39aed2feeec2d27
WEB_BRANCH=stable-7.1

View File

@@ -403,9 +403,9 @@ config = {
"architectures": ["arm64", "amd64"],
"production": {
# NOTE: need to be updated if new production releases are determined
"tags": ["2.0", "4.0"],
"tags": ["2.0", "4.0", "7.2"],
# NOTE: need to be set to true if patch releases are made from stable-X-branches
"skip_rolling": "false",
"skip_rolling": "true",
"repo": docker_repo_slug,
"build_type": "production",
},