Skip to content

Commit 7f4fb20

Browse files
committed
WIP
Signed-off-by: Jeff Mesnil <[email protected]>
1 parent 7636a79 commit 7f4fb20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporter/test/e2e/jboss_eap_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ func deployTestHelmRelease(appName string) func(context.Context, *testing.T, *en
128128
if err := manager.RunInstall(helm.WithChart("https://github.com/jbossas/eap-charts/releases/download/eap8-1.1.2/eap8-1.1.2.tgz"),
129129
helm.WithNamespace(namespace),
130130
helm.WithName(appName),
131-
helm.WithArgs("--set", "build.uri=https://github.com/openshift/insights-runtime-extractor"),
131+
helm.WithArgs("--set", "build.uri=https://github.com/jmesnil/insights-runtime-extractor"),
132132
helm.WithArgs("--set", "build.contextDir=runtime-samples/jboss-eap/8.0"),
133+
helm.WithArgs("--set", "build.ref=fix_eap_version_in_test"),
133134
); err != nil {
134135
g.Expect(err).ShouldNot(Ω.HaveOccurred())
135136
}

0 commit comments

Comments
 (0)