plus3it / spel

STIG-Partitioned Enterprise Linux (spel)
Other
91 stars 61 forks source link

Ensure that requested package-group gets passed to builder #631

Closed ferricoxide closed 10 months ago

ferricoxide commented 10 months ago

Closes #630

eemperor commented 10 months ago

go codebuild go

ferricoxide commented 10 months ago

go codebuild go

ferricoxide commented 10 months ago

Alright. I don't get it. It's failing on the CI when initiated from GitHub, but if I hit "retry" in CodeBuild, it succeeds??

lorengordon commented 10 months ago

Alright. I don't get it. It's failing on the CI when initiated from GitHub, but if I hit "retry" in CodeBuild, it succeeds??

From what I can see, the build that failed was amazon-ebs.minimal-centos-7-hvm, and it's just our old friend, the transitory issue where the boot volume is in use and so it fails to create the filesystem.

amazon-ebs.minimal-centos-7-hvm: /dev/nvme0n1p1 is apparently in use by the system; will not make a filesystem here! 

The only "solution" we've found is to run the build again.

ferricoxide commented 10 months ago

… it's just our old friend, the transitory issue where the boot volume is in use and so it fails to create the filesystem.

I can't wait till the RHEL7 EOL hits (end of June `24) and we can remove the builder…