-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add a workflow to build with GH Actions #6
Open
brianjmurrell
wants to merge
48
commits into
master
Choose a base branch
from
bmurrell/gh-action
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
# NOTE: The following default set of pragmas will result in no build # or test. # # Please edit the list of pragmas to produce the minimal amount of build # and test to prove your PR works. # # Or if you have already done the above, and your PR is ready for it's # final for-landing run, remove all of the following pragmas. # # More detail can be found at # https://wiki.hpdd.intel.com/display/CI/Commit+Pragmas. Skip-checkpatch: true Skip-build: true # Or you can skip specific PR build stages: #Skip-build-ubuntu20-rpm: true #Skip-build-el7-rpm: true #Skip-build-leap15-rpm: true #Skip-build-centos7-gcc: true #Skip-build-centos7-gcc-debug: true #Skip-build-centos7-gcc-release: true #Skip-build-leap15-gcc: true #Skip-build-leap15-icc: true #Skip-build-ubuntu-clang: true # And/or you could just enable quick-build below which reduces build tims considerably Quick-build: true Skip-unit-tests: true # Or you could choose which Unit Test stages to skip below #Skip-nlt: true #Skip-unit-test: true #Skip-unit-test-memcheck: true Skip-test: true # Or you can choose which test stages to skip below #Skip-coverity-test: true # Skip all Functional test stages #Skip-func-test: true # Skip Functional test stages on VMs #Skip-func-test-vm: true # Skip all Functional test stages on hardware #Skip-func-hw-test: true # or just specific hardware test stages #Skip-func-hw-test-small: true #Skip-func-hw-test-medium: true #Skip-func-hw-test-large: true #Skip-scan-centos-rpms: true #Skip-test-centos-rpms: true # If you do run any of the above Functional test stages, please use the following to # limit your tests run to the tests/features you are working on # You can add the tags for your tests to the appropriate pragmas below: #Test-tag: -hw #Test-tag-hw-small: hw,msall #Test-tag-hw-medium: hw,medium,ib2 #Test-tag-hw-large: hw,large # if you want to test your PR with a PR of a component, you can speify that PR: #PR-repos: project@PR-number[:build_num] # if you want to disable using RPMs in the Functional tests: #RPM-test: false # Or if you want to test with daos RPMs that are already built (i.e. in another PR or in the repo): #RPM-test-version: version-release # This should be figured out automatically, but you can force it with #Doc-only: true # If you are ready to push a full CI build and test you can uncomment # the below pragma: #Full-CI-run: true Signed-off-by: Brian J. Murrell <[email protected]>
Skip-PR-comments: true Signed-off-by: Brian J. Murrell <[email protected]>
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Instead of trying to edit the system configurations
c30c575
to
3834805
Compare
This reverts commit 3834805.
This reverts commit d39765d.
To try to use fedorapackaging/builder:fedora32 in Jenkins. Skip-checkpatch: true Skip-build: true Quick-build: true Skip-unit-tests: true Signed-off-by: Brian J. Murrell <[email protected]> Skip-test: true
Skip-PR-comments: true Signed-off-by: Brian J. Murrell <[email protected]>
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Signed-off-by: Brian J. Murrell <[email protected]> Skip-PR-comments: true
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Brian J. Murrell [email protected]