-
Notifications
You must be signed in to change notification settings - Fork 6
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
enh(ci): Add rpm delivery cleanup and structure (#499) 2210 #500
Merged
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
* enh(ci): Add rpm delivery cleanup and structure * Add version to delivery inputs * Add condition to use sshkey for rpm delivery only * Update delivery action * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Enable cleanup * Update action.yml * Update action.yml * Update action.yml
* fix(ci): correct docker registry link
Fix run folder naming
bouda1
approved these changes
Jan 6, 2023
bouda1
added a commit
that referenced
this pull request
Mar 14, 2023
* enh(ci): Add rpm delivery cleanup and structure (#499) * enh(ci): Add rpm delivery cleanup and structure * Add version to delivery inputs * Add condition to use sshkey for rpm delivery only * Update delivery action * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Enable cleanup * Update action.yml * Update action.yml * Update action.yml * fix(ci): correct docker registry link (#494) * fix(ci): correct docker registry link * Update action.yml Fix run folder naming * fix(conan): path updated to find protoc Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com>
paloth
pushed a commit
that referenced
this pull request
Mar 16, 2023
* fix(ci) * fix(ci): release simplified * fix(ci): an infinite loop fixed in tests with mariadbd restart * fix(delivery): add delivery to old yum repo (#456) * enh(ci): rebuild yum metadata only one time (#463) * fix(ci): fix workflow trigger on push dev-22.10.x (#466) * enh(packaging): add rpm sign to workflow 2210 (#468) * enh(ci): add repository_name and debian delivery 2210 (#476) (#478) * enh(ci): add repository_name and delivery (#476) * enh(ci): add branch stability and delivery * remove duplicate code * enable delivery tests * add deb delivery debug * add deb delivery debug * fix credentials * disable deb delivery tests & debug * fix(ci): update debian delivery url for 22.10 * fix(broker/lua): repeated fields should be ok with streamconnector * chore(doc): changelog updated * cleanup(broker/lua): refacto of the code * cleanup(broker/lua): deadcode removed REFS: MON-15903 * enh(ci): remove buster from build and delivery (#471) (#472) * enh(ci): remove buster from build and delivery * remove buster dockerfile * feat(chore): add Deepsource configuration file (#479) * use RELEASE instead of DISTRIB in package naming (#481) (#484) * fix(cmake): conan path added to cmake (#505) * fix(ci): registry updated * enh(ci): Add rpm delivery cleanup and structure (#499) 2210 (#500) * enh(ci): Add rpm delivery cleanup and structure (#499) * enh(ci): Add rpm delivery cleanup and structure * Add version to delivery inputs * Add condition to use sshkey for rpm delivery only * Update delivery action * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Update action delivery * Enable cleanup * Update action.yml * Update action.yml * Update action.yml * fix(ci): correct docker registry link (#494) * fix(ci): correct docker registry link * Update action.yml Fix run folder naming * fix(conan): path updated to find protoc Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com> * Handle deb stable delivery conditionally 2210 (#508) * fix(ci): handle debian stable delivery conditionally 2210 * Update debian delivery url * enh(ci): remove paths to workflow files in workflows for components (#513) (#523) * chore(license): update maintainer and email addresses (#532) * Mon 16454 add alma 8 to centreon collect nightly tests (#506) (#519) * enh(ci): Add alma8 to centreon-collect nightly * Add job to robot-nightly workflow * enable ci test branch * Update robot nightly workflow * add debug to get-packages * Add release to github_env * add delivery test * Get pkg dir version name * Fix url * fix url * make curl silent * fix curl * add mariadb client * update get-packages * disable nightly on alma 8 * update alma8 image * Add MariaDB packages to alma8 dockerfile * remove extra sudo * update collect-test-robot.sh * Remove duplicate Robot test job * fix(ci/tests): attempt to upgrade grpc python library * Install proper grpc version based on OS version id * help cmake to find protoc * disable delivery tests * remove unused lines from actions * Remove more unused lines Co-authored-by: David Boucher <dboucher@centreon.com> * chore(ci): Update delivery credentials (#543) (#544) * chore(ci): Update delivery credentials (#543) * Update delivery credentials * Update delivery credentials and inputs * Update deb delivery credentials * Update .github/workflows/centreon-collect.yml Co-authored-by: Kevin Duret <kduret@centreon.com> --------- Co-authored-by: Kevin Duret <kduret@centreon.com> * chore(ci): Add extra delivery to artifactory (#553) * MON-17043 cache-name-rpmbuild shorten (#573) REFS:MON-17043 * chore(ci): move to harbor docker registry (22.10) (#581) * chore(license): update package licenses (#559) * enh(ci): handle debian delivery failure 2210 (#603) * enh(cmake): new cmake.sh version * chore(ci): fix cache name * chore(ci): fix cache name * Update robot-nightly.yml Disable nightly workflow --------- Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: tuntoja <58987095+tuntoja@users.noreply.github.com> Co-authored-by: Kevin Duret <kduret@centreon.com> Co-authored-by: Stéphane Chapron <34628915+sc979@users.noreply.github.com> Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
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.
Description
Please include a short resume of the changes and what is the purpose of PR. Any relevant information should be added to help:
Fixes #494
Type of change
Target serie
How this pull request can be tested ?
Please describe the procedure to verify that the goal of the PR is matched. Provide clear instructions so that it can be correctly tested.
Any relevant details of the configuration to perform the test should be added.
Checklist