diff --git a/.woodpecker.env b/.woodpecker.env index e5e3878dd4..9a0c49fb94 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -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 diff --git a/.woodpecker.star b/.woodpecker.star index a7225d986b..63ac812373 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -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", },