-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it mostly compatible with gha-puppet
In this repository multiple test suites run. That is currently not supported by gha-puppet so the file becomes unmanaged. It does take the improvement of a test at the end, which allows automerge to be enabled. It also keeps the Gemfile in sync and aligns on PUPPET_GEM_VERSION. At the same time it increases the cache version to work around the broken Ruby 2.5 cache which includes Psych 4.
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
# This file is different in that it also tests multiple pulpcore versions | ||
.github/workflows/ci.yml: | ||
unmanaged: true |
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