-
Notifications
You must be signed in to change notification settings - Fork 73
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
[4.0 -> main] Pinned Builds manual dispatch workflow in CI #1339
Merged
Merged
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
0dbfb1a
Creating a shell of the initial pinned_build.yaml workflow to be merg…
oschwaldp-oci a886743
Initial work to run pinned_build script on base images.
oschwaldp-oci da6a068
Script already runs cpack, remove. Break artifact check into own step…
oschwaldp-oci 9047d11
For now run on github runner.
oschwaldp-oci 7c10660
Not using cached build environments so removing this job.
oschwaldp-oci 5523010
Fix syntax and forgotten run command.
oschwaldp-oci 74fb161
Add pinned to artifact name and don't upload dev artifact by filterin…
oschwaldp-oci 7b7027c
Not using cached build environments so removing this job.
oschwaldp-oci e4819c3
Merge branch 'init-pinned-builds-workflow-in-ci' into pinned-builds-w…
oschwaldp-oci e4b28a7
Remove empty jobs section.
oschwaldp-oci 39a5ba8
Have to have a job for github. Add temp job.
oschwaldp-oci fc2166a
Merge branch 'init-pinned-builds-workflow-in-ci' into pinned-builds-w…
oschwaldp-oci 20f45e5
Add conditional step to add updated apt repository for git.
oschwaldp-oci f4b39ea
Use single quotes.
oschwaldp-oci 78dd785
Need software-properties-common and a apt-get update to get add-apt-r…
oschwaldp-oci 32de87b
Update package lists first.
oschwaldp-oci feeee5e
Say yes.
oschwaldp-oci 449f371
Skip wildcards in upload-artifact and capture artifact name with rege…
oschwaldp-oci 31fd136
Something is not matching up with expected dir or file structure.
oschwaldp-oci 20e59a9
Not finding deb packages. check dir structure some more.
oschwaldp-oci b7b4554
Fix spelling causing issue with GITHUB_ENV. And trying again to get a…
oschwaldp-oci 0f25eaa
Remove quotes from path for upload.
oschwaldp-oci ae2679e
Cleanup.
oschwaldp-oci d6cd2c9
LEAP_PINNED_INSTALL_PREFIX knob to set pinned_build.sh CMAKE_INSTALL_…
spoonincode 93833b8
Simplify naming and path matching for artifact.
oschwaldp-oci 1ec9897
Try newly added self hosted runner for pinned builds.
oschwaldp-oci 02c43ca
Use enf-x86-beefy-long runner
oschwaldp-oci e3976b8
Merge pull request #1310 from AntelopeIO/pinned_build_install_prefix_…
oschwaldp-oci ed854f2
Merge pull request #1291 from AntelopeIO/pinned-builds-workflow-in-ci
oschwaldp-oci c74fde2
Merge branch 'release/3.1' into pinned-builds-workflow-in-ci-3.2
oschwaldp-oci 9e82b16
Update artifact name that was changed in 3.2
oschwaldp-oci b194862
Skip parallel tests on ubuntu18 (as done in build.yaml).
oschwaldp-oci 2a13774
Merge pull request #1335 from AntelopeIO/pinned-builds-workflow-in-ci…
oschwaldp-oci a3b6cfb
Merge branch 'release/3.2' into pinned-builds-workflow-in-ci-4.0
oschwaldp-oci 67b4379
Fix lost quotes in merge.
oschwaldp-oci 546e37d
Merge pull request #1338 from AntelopeIO/pinned-builds-workflow-in-ci…
oschwaldp-oci a6743e7
Merge branch 'release/4.0' into pinned-builds-workflow-in-ci-main
oschwaldp-oci 933c550
Remove ubuntu18 support in pinned builds.
oschwaldp-oci File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we need th ubuntu18 stuff for 4.0?
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.
Good call. Thanks for catching that. Addressed: 933c550