You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,10 @@ k8s_test_e2e:
123
123
go test ./k8s/e2e/local-runner -count 1 -test.parallel=12 -v $(args)
124
124
125
125
k8s_test_e2e_ci: go_mod
126
-
go test ./k8s/e2e/local-runner -count 1 -test.parallel=14 -test.timeout=1h -json 2>&1| tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
126
+
CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/local-runner -count 1 -test.parallel=14 -test.timeout=1h -json 2>&1| tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
127
127
128
128
k8s_test_e2e_ci_remote_runner: go_mod
129
-
go test ./k8s/e2e/remote-runner -count 1 -test.parallel=20 -test.timeout=1h -json 2>&1| tee /tmp/remoterunnergotest.log | gotestloghelper -ci -singlepackage
129
+
CHAINLINK_USER_TEAM=TT go test ./k8s/e2e/remote-runner -count 1 -test.parallel=20 -test.timeout=1h -json 2>&1| tee /tmp/remoterunnergotest.log | gotestloghelper -ci -singlepackage
0 commit comments