Skip to content

Commit

Permalink
[TEST] Use lightweight chart for Helm OCI tests
Browse files Browse the repository at this point in the history
This may reduce the load on CI runners by using a sleeper chart instead
of a more heavyweight setup with a front-end server and a Redis
instance.
  • Loading branch information
weyfonk committed Oct 17, 2023
1 parent 1400a32 commit 7a84d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions e2e/assets/single-cluster/helm-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: helm
spec:
repo: https://github.com/rancher/fleet-test-data
branch: helm-oci-lightweight-chart
paths:
- helm-oci
targets:
Expand Down
2 changes: 1 addition & 1 deletion e2e/single-cluster/single_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("Single Cluster Deployments", func() {
Eventually(func() string {
out, _ := k.Namespace("fleet-helm-oci-example").Get("pods")
return out
}).Should(ContainSubstring("frontend-"))
}).Should(ContainSubstring("sleeper-"))
})
})

Expand Down

0 comments on commit 7a84d52

Please sign in to comment.