Skip to content

Commit

Permalink
ci: constrain test glob more to run our tests
Browse files Browse the repository at this point in the history
The `ext.*` glob is too broad. It'll match other tests as well which may
not be defaults.
  • Loading branch information
jlebon committed Jan 14, 2022
1 parent 5677809 commit 7251837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cosaPod {
checkout scm
fcosBuild(skipKola: true, make: true)
fcosKola(skipUpgrade: true, extraArgs: "ext.*")
fcosKola(skipUpgrade: true, extraArgs: "ext.console-login-helper-messages.*")
}

0 comments on commit 7251837

Please sign in to comment.