chore: prepare stable-7.2

This commit is contained in:
Michael Barz committed 2026-06-11 13:35:22 +02:00
1 parent 8ad66f5c35
commit 56e03f12ce
2 files changed
+4 -4

No files matched your search

+2 -2
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
+2 -2
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",
},