Multiple optimizations to build targets
* Clean up e2e test on interruption * Leverage GOCACHE for faster builds * Forward container STDIN in make targets
This commit is contained in:
parent
e2111013ef
commit
0c7b948317
5 changed files with 16 additions and 4 deletions
|
|
@ -53,3 +53,9 @@ func RunE2ETests(t *testing.T) {
|
|||
glog.Infof("Starting e2e run %q on Ginkgo node %d", framework.RunID, config.GinkgoConfig.ParallelNode)
|
||||
ginkgo.RunSpecs(t, "nginx-ingress-controller e2e suite")
|
||||
}
|
||||
|
||||
var _ = ginkgo.SynchronizedAfterSuite(func() {
|
||||
// Run on all Ginkgo nodes
|
||||
framework.Logf("Running AfterSuite actions on all nodes")
|
||||
framework.RunCleanupActions()
|
||||
}, func() {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue