Commit 5f7fc7b
committed
test(nrdot): fix stale branch reference in rabbitmq-al2023-amd64 recipe URL
The test def's recipe_content_url pointed at 'newrelic/open-install-
library/rabbitmq-recipe-changes/...' — a development branch that has
been deleted. curl returned 404 on every run, so the newrelic install
never actually loaded the recipe content, stopping silently after
'Connecting to the New Relic platform' phase. Ansible then registered
this as an SSH-drop after ~36s of nothing happening on the EC2.
Every run of this PR has reproduced the failure identically because
the URL is deterministically 404 — no transient. Point the URL at
main (where nrdot/rabbitmq/rhel.yml actually lives).
Change confined to this one file.1 parent 2c8da09 commit 5f7fc7b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments