Skip to content

Commit ace0a1f

Browse files
committed
Tighter match for daos@PR-
#Pragmas from previous commit message: Skip-PR-comments: true Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Skip-unit-tests: true Skip-test: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 Skip-PR-comments: true Skip-PR-comments: true Skip-PR-comments: true Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Skip-unit-tests: true Skip-test: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 Skip-PR-comments: true Skip-PR-comments: true Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Skip-unit-tests: true Skip-test: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 Skip-PR-comments: true Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Skip-unit-tests: true Skip-test: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Skip-unit-tests: true Skip-test: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 Skip-PR-comments: true Skip-PR-comments: true Skip-PR-comments: true Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
1 parent eed05fe commit ace0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/daosRepos.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ String call(String distro) {
3535

3636
String pr_repos = prRepos(distro)
3737

38-
if (!pr_repos.contains('daos@')) {
38+
if (!pr_repos.contains(' daos@')) {
3939
pr_repos += ' ' + daos_repo()
4040
}
4141

0 commit comments

Comments
 (0)