Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Get e2e tests working (#6)
- Cleanup Application scheme registration. - Fix test sample paths - Set controller synctime to 2 mins - Cleanup Scheme registration in controller-reconciler - Use custom codec that is created from custom scheme (kb v2 uses custom scheme)
- Loading branch information
Showing
9 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,7 +27,7 @@ import ( | ||
|
||
const ( | ||
CRName = "AirflowBase" | ||
SampleDir = "../../hack/sample/" | ||
SampleDir = "../../../hack/sample/" | ||
) | ||
|
||
var f *test.Framework | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,7 +27,7 @@ import ( | ||
|
||
const ( | ||
CRName = "AirflowCluster" | ||
SampleDir = "../../hack/sample/" | ||
SampleDir = "../../../hack/sample/" | ||
) | ||
|
||
var f *test.Framework | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,7 +27,7 @@ import ( | ||
|
||
const ( | ||
CRName = "AirflowCluster" | ||
SampleDir = "../../hack/sample/" | ||
SampleDir = "../../../hack/sample/" | ||
) | ||
|
||
var f *test.Framework | ||
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.