Draft: publish Leap Micro 6.1 Vagrant boxes (Base and Default)#3197
Draft: publish Leap Micro 6.1 Vagrant boxes (Base and Default)#3197johanneskastl wants to merge 4 commits intoopenSUSE:masterfrom
Conversation
|
@johanneskastl seems like the linter pipeline did not pass. could you please look into it? |
Looking into it, hope the new commits fix the error. |
|
@lkocman Fixed! |
| - staging-bot | ||
| tasks: | ||
| - script: | | ||
| ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap-micro/6.1/appliances/openSUSE-Leap-Micro.x86_64-Default-Vagrant.json --organization opensuse --new-box-name Leap_Micro_6.1_Default.x86_64 |
There was a problem hiding this comment.
That URL is wrong, it points to some SBOM json file
There was a problem hiding this comment.
Ouch! You are of course correct. Looks like there is no boxes subdirectory for the Leap Micro 6.1 image.
There was a problem hiding this comment.
Could it be that we are missing an entry here:
https://build.opensuse.org/projects/openSUSE:Leap:Micro:6.1/prjconf
%if "%_repository" == "images"
Type: kiwi
Repotype: staticlinks
[...]
I think the Repotype should also contain vagrant, like here.
%if "%_repository" == "images"
Type: kiwi
Repotype: staticlinks vagrant
[...]
There was a problem hiding this comment.
Added. I noticed that totest-manager was misconfigured and it didn't find the openQA jobs, I fixed that in the config. The next published snapshot should have the proper .json files again.
(CC @lkocman)
There was a problem hiding this comment.
Thanks a lot @Vogtinator!
(Fun question from when I was comparing prjconf's: Why is this not needed on devel:microos:images? My guess would be that there the images are published on another URL, hence everything is setup properly)
There was a problem hiding this comment.
Whenever openQA says so: https://openqa.opensuse.org/tests/overview?distri=leap-micro&version=6.1&build=5.9&groupid=102
There was a problem hiding this comment.
Thanks Fabian, I was not sure if the releases are frozen as there are so few updates for Leap Micro (something Lubos mentioned a while back)...
There was a problem hiding this comment.
Hmmm, OpenQA seems to be finished with the same result as 5.7, but I see no changed files. Apparently no new release was published.
There was a problem hiding this comment.
I totally forgot about this PR. But I just checked and I still cannot find any JSON files that are NOT sbom-related.
https://download.opensuse.org/distribution/leap-micro/6.1/appliances/
@lkocman @Vogtinator Who would be the right person to ping?
There was a problem hiding this comment.
openQA still fails for Leap Micro 6.1, so nothing got published. Something for @lkocman.
d4c358a to
0f606da
Compare
No description provided.