Skip to content

Commit

Permalink
chore(e2e): Avoid id collision
Browse files Browse the repository at this point in the history
  • Loading branch information
rthorn-nr committed Oct 5, 2023
1 parent 5cb506f commit acfb8ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions test/definitions-eu/apm/java/deb10-sysd-jboss.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "jboss",
"id": "deb10-jboss",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
Expand All @@ -21,15 +21,17 @@
"source_repository": "https://github.com/newrelic/open-install-library.git",
"deploy_script_path": "test/deploy/linux/jboss/systemd/install/linux/roles",
"port": 6001,
"destinations": ["jboss"]
"destinations": [
"deb10-jboss"
]
}
],
"instrumentations": {
"resources": [
{
"id": "jbossRecipe",
"resource_ids": [
"jboss"
"deb10-jboss"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand All @@ -42,7 +44,7 @@
{
"id": "recipeValidation",
"resource_ids": [
"jboss"
"deb10-jboss"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand Down
10 changes: 5 additions & 5 deletions test/definitions/smoke/rhl2-sysd-jboss.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"resources": [
{
"id": "jboss",
"id": "rhel-jboss",
"provider": "aws",
"type": "ec2",
"size": "t3.micro",
Expand All @@ -22,7 +22,7 @@
"deploy_script_path": "test/deploy/linux/jboss/systemd/install/linux/roles",
"port": 6001,
"destinations": [
"jboss"
"rhel-jboss"
]
}
],
Expand All @@ -31,7 +31,7 @@
{
"id": "jbossRecipe",
"resource_ids": [
"jboss"
"rhel-jboss"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand All @@ -44,7 +44,7 @@
{
"id": "recipeValidation",
"resource_ids": [
"jboss"
"rhel-jboss"
],
"provider": "newrelic",
"source_repository": "https://github.com/newrelic/open-install-library.git",
Expand All @@ -55,4 +55,4 @@
}
]
}
}
}

0 comments on commit acfb8ab

Please sign in to comment.