Run additional scratch build for projects which are part of ELN
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/ed24b44701ad472e98552b10562501ec
diff --git a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall index 192cf38..e7125d3 100644 --- a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall +++ b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall @@ -147,10 +147,12 @@ let eln_scratch_rpm_build = , final = Some True , provides = Some [ "${job-prefix}repo" ] , branches = Some [ "rawhide" ] - , vars = Some [ { - target = "eln", - branches = "rawhide" - } ] + , vars = Some + ( Zuul.Vars.object + [ { mapKey = "target", mapValue = Zuul.Vars.string "eln" } + , { mapKey = "branch", mapValue = Zuul.Vars.string "rawhide" } + ] + ) }
let setVars =
Or here instead where the formating is kept: https://softwarefactory-project.io/paste/show/bpGw7YNYxavdIlv1iOVm/
@fbo you can quote code using four tilde (~) characters
diff --git a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall index 192cf38..e7125d3 100644 --- a/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall +++ b/FZCI.dhall/fedora-zuul-jobs-config/jobs.dhall @@ -147,10 +147,12 @@ let eln_scratch_rpm_build = , final = Some True , provides = Some [ "${job-prefix}repo" ] , branches = Some [ "rawhide" ] - , vars = Some [ { - target = "eln", - branches = "rawhide" - } ] + , vars = Some + ( Zuul.Vars.object + [ { mapKey = "target", mapValue = Zuul.Vars.string "eln" } + , { mapKey = "branch", mapValue = Zuul.Vars.string "rawhide" } + ] + ) } let setVars =
rebased onto aa092230a46cc93e7c2fe7501bb7619dcdcf0aae
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/db1d3115cb304a02b1e9bd204b952d69
rebased onto f9d1e177de91d92c3cced59ee0d0cd2074d1a94e
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/5145ed5918164e2ab0f57c0414fa64cb
rebased onto 459812dacefcd14ea8e3afe0007288f88fc710ba
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/e5c4308819bc43f1861f7bb1e3874131
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/56af632d40e743f599d1f628ab3a30c4
LGTM. I'd like to review and merge auto gen changes for: - fedora-zuul-jobs-config/pull-request/178 - https://pagure.io/fedora-zuul-jobs
You need to run make render and open PRs on both repos.
I prefer to merge the auto gen PRs first and then the dhall change on that repo.
rebased onto 882d160250fe7e5a4c7c77d53eba9e360bf863a5
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/024afad775174d08bb71575ee8727bad
@fbo I added dependency from eln scratch build to check-for-eln job.
And I created rendered PRs for the relevant repos:
rebased onto 63467ad003d03a9d318cf69ebc621ffe8b6644a2
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/dd91468129d246e89760570050b81bc3
Metadata Update from @fbo: - Pull-request tagged with: gateit
Metadata Update from @fbo: - Pull-request untagged with: gateit
:thumbsup:
recheck
This change is unable to merge due to a missing merge requirement.
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/19dd6cb67a3946b693a5ea27914580e2
Build succeeded (gate pipeline). https://fedora.softwarefactory-project.io/zuul/buildset/67a10e27f8f24a5ca16282eaf4625ee2
Pull-Request has been merged by zuul
Run additional scratch build for projects which are part of ELN