-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Helm integration tests for release branches (#2612)
* ci: test patches for older minor versions with correct dependencies * fix workflow * add prepare java * add result logging * add result logging * setup java * use newer syntax to set outputs * try running mvn in offline mode for faster execution * fix id * simplify mvn version check * fix connectors version * Apply branding :) Co-authored-by: Igor Petrov <108870003+igpetrov@users.noreply.github.com> --------- Co-authored-by: Igor Petrov <108870003+igpetrov@users.noreply.github.com> (cherry picked from commit 3cf7393)
- Loading branch information
1 parent
289c9e1
commit 20007ae
Showing
2 changed files
with
68 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"refs/heads/main": "main", | ||
"refs/heads/release/8.6": "main", | ||
"refs/heads/release/8.5": "main", | ||
"refs/heads/release/8.4": "camunda-platform-8.4", | ||
"refs/heads/release/8.3": "camunda-platform-8.3" | ||
} |