Try to fix chapter 10 deployment example (#429)#519
Open
FantasyTeddy wants to merge 3 commits intogeerlingguy:masterfrom
Open
Try to fix chapter 10 deployment example (#429)#519FantasyTeddy wants to merge 3 commits intogeerlingguy:masterfrom
FantasyTeddy wants to merge 3 commits intogeerlingguy:masterfrom
Conversation
b0ee5f4 to
a8d4958
Compare
Owner
|
If you'd like to re-test again, I would take a closer look at this PR—would love to get that example up and running again (but I do want to make sure I run it on |
a8d4958 to
ffb9abe
Compare
Author
|
I removed my first commit that changed from |
This file contains hidden or 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
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.
I tried to fix the following issues:
Using=> Fixed by a4b7cfbubuntu-20.04instead ofubuntu-latest(which defaults to Ubuntu 22.04 since November last year) in the CI script.This temporarily fixes the
Failed to connect to bus: No such file or directoryproblem, that the scheduled CI builds are facing too. It seems to be related to the Docker cgroups change you also blogged about. However I'm not smart enough to actually fix the underlying issue.NoMethodError: undefined method 'new' for BigDecimal:Classerror.bundlerversion 2.1.4 that is required by the application.safe.directoryto'*'and clone the application withoutbecome: trueto prevent some weird user related errors. (There is probably also a more correct version to this, but it works.)app_directoryduring provisioning (not strictly necessary).deployments.ymltest again in the CI configuration.fail-fasttofalse, mainly because thedrupal.ymltest is currently failing and I still want to see if everything else works.The alternative would be to temporarily disable the
drupal.ymltest in the CI config.