Skip to content

Commit

Permalink
Upload software report as a artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Dec 17, 2024
1 parent ecc6c97 commit 5cf1305
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-focal.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/build-jammy.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/build-noble.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/lib/step.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,21 @@ function(os_version) {
'retention-days': 5,
},
},
{
name: 'Upload SoftwareReport.md',
uses: 'actions/upload-artifact@v4',
with: {
path: std.format('./runner-images/images/ubuntu/Ubuntu%s-Readme.md', std.strReplace(os_version, ".", "")),
'retention-days': 5,
},
},
{
name: 'Upload software-report.json',
uses: 'actions/upload-artifact@v4',
with: {
path: './runner-images/images/ubuntu/software-report.json',
'retention-days': 5,
},
},
],
}
16 changes: 16 additions & 0 deletions .github/workflows/nightly-focal.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/nightly-jammy.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .github/workflows/nightly-noble.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cf1305

Please sign in to comment.