Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ceph-pr-pipeline/build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import groovy.transform.Field
// Target-branch restrictions, same as the old freestyle jobs' whitelists.
@Field List windows_branches = ["main", "umbrella", "tentacle", "squid", "reef"]
@Field List api_branches = ["main", "umbrella", "tentacle", "squid", /feature-.*/]
@Field List arm64_branches = ["main"]
@Field List arm64_branches = ["main", "umbrella", "tentacle", "squid"]

// Set by the prepare stage.
@Field boolean run_signed = false
Expand Down