Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
parameters:
- string:
name: PullID
description: "the GitHub pull id, like '72' in 'ceph/pull/72'"
description: "The main branch ID"
default: origin/main
project-type: freestyle
properties:
Expand All @@ -32,8 +32,8 @@
url: https://github.com/ceph/ceph.git
name: origin
branches:
- origin/pr/${{PullID}}/merge
refspec: +refs/pull/${{PullID}}/*:refs/remotes/origin/pr/${{PullID}}/*
- ${{PullID}}
refspec: +refs/heads/*:refs/remotes/origin/*
skip-tag: true
shallow-clone: true
honor-refspec: true
Expand All @@ -42,22 +42,6 @@
triggers:
- timed: '@weekly'
publishers:
- cobertura:
report-file: "src/pybind/mgr/dashboard/frontend/coverage/cobertura-coverage.xml"
only-stable: "true"
health-auto-update: "false"
stability-auto-update: "false"
zoom-coverage-chart: "true"
source-encoding: "Big5"
targets:
- files:
healthy: 10
unhealthy: 20
failing: 30
- method:
healthy: 10
unhealthy: 20
failing: 30
- postbuildscript:
builders:
- role: SLAVE
Expand Down