-
Notifications
You must be signed in to change notification settings - Fork 99
Draft: publish Leap Micro 6.1 Vagrant boxes (Base and Default) #3197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Draft: publish Leap Micro 6.1 Vagrant boxes (Base and Default) #3197
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That URL is wrong, it points to some SBOM json file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openQA still fails for Leap Micro 6.1, so nothing got published. Something for @lkocman.
d4c358a
to
0f606da
Compare
No description provided.