Closed hakbailey closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.55%. Comparing base (
8c52bf2
) to head (5404fe2
). Report is 12 commits behind head on main.:exclamation: Current head 5404fe2 differs from pull request most recent head 518b0a9. Consider uploading reports for the commit 518b0a9 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/da8f2fd45032487d951fbdf002008b8c
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 20s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 31s
Great job on making it clear and detailed. For some reason, the yaml code blocks appear underlined.
Great job on making it clear and detailed. For some reason, the yaml code blocks appear underlined.
I think that's just Github's preview rendering. When building the docs it looks as expected in the HTML files.
Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/5cb09412c4be4ab7a78ee9c615e606be
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 09s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 46s
Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/30b2e8e37d9746d88b1fe945a8a2942a
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 14s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 21s
Build succeeded (gate pipeline). https://ansible.softwarefactory-project.io/zuul/buildset/f7eed2b7745b42c88a10ae2123c3ba5f
:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 47s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 39s
β
Backport PR branch: patchback/backports/stable-2/05781aae1e5899659da4093c63e289c17252b9d5/pr-122
Backported as https://github.com/ansible-collections/cloud.terraform/pull/129
π€ @patchback I'm built with octomachinery and my source is open β https://github.com/sanitizers/patchback-github-app.
β Current GitHub App installation does not grant sufficient privileges for pushing to https://github.com/ansible-collections/cloud.terraform.git. Lacking Contents: write
or Workflows: write
permissions are known to cause this.
the underlying command output was:
$ git --git-dir /tmp/ansible-collections--cloud.terraform---stable-2---p8kk7udq---PR-122.git/.git --work-tree /tmp/ansible-collections--cloud.terraform---stable-2---p8kk7udq---PR-122.git -c user.email=45432694+patchback[bot]@users.noreply.github.com -c user.name=patchback[bot] -c diff.algorithm=histogram push --force-with-lease origin HEAD
[RETURN CODE]: 1
[OUTPUT]:
[STDERR]:
origin
remote.upstream
. If you don't
have it, here's how you can add it:
$ git remote add upstream https://github.com/ansible-collections/cloud.terraform.git
$ git fetch upstream
$ git checkout -b patchback/backports/stable-2/05781aae1e5899659da4093c63e289c17252b9d5/pr-122 upstream/stable-2
$ git cherry-pick -x 05781aae1e5899659da4093c63e289c17252b9d5
If it'll yell at you with something like fatal: Commit 05781aae1e5899659da4093c63e289c17252b9d5 is a merge but no -m option was given.
, add -m 1
as follows instead:
$ git cherry-pick -m1 -x 05781aae1e5899659da4093c63e289c17252b9d5
$ git push origin patchback/backports/stable-2/05781aae1e5899659da4093c63e289c17252b9d5/pr-122
π€ @patchback I'm built with octomachinery and my source is open β https://github.com/sanitizers/patchback-github-app.
SUMMARY
This adds a scenario guide to the docs for using this collection in AAP. Highlights include creating an execution environment that can run Terraform, remote state, and handling credentials.
ISSUE TYPE