-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shared folder to artifacts #41
Add shared folder to artifacts #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please update documentation and add an integration test for this feature
42a50bf
to
b1ef7c0
Compare
480fae5
to
e2f1db1
Compare
e2f1db1
to
a271b3a
Compare
pkg/testmachinery/types.go
Outdated
TM_KUBECONFIG_PATH = "/tmp/env/kubeconfig" | ||
TM_KUBECONFIG_PATH = "/tmp/tm/kubeconfig" | ||
|
||
// TM_KUBECONFIG_PATH is the path where kubeconfigs are mounted to tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be an own comment (copy/paste) :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
7646bf0
to
c84c27c
Compare
@@ -177,6 +178,54 @@ var _ = Describe("Testflow execution tests", func() { | |||
}) | |||
}) | |||
|
|||
Context("sharedFolder", func() { | |||
sharedFilePath := fmt.Sprintf("%s/%s", testmachinery.TM_SHARED_PATH, "test") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to test if not needed in other tests
c84c27c
to
1e287ec
Compare
e545afc
to
41156fb
Compare
What this PR does / why we need it:
Adds shared folder which can be used across the flow steps.
Release note: