Skip to content

Commit 7b52907

Browse files
committed
Add CHAINLINK_USER_TEAM to makefile
1 parent 3527047 commit 7b52907

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ jobs:
8080
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
8181
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
8282
go_necessary: false
83-
- name: Echo kubeconfig line count
84-
run: |
85-
echo "Kubeconfig Line Count:"
86-
wc -l < "$KUBECONFIG"
8783
- name: Run Tests
8884
env:
8985
LOCAL_CHARTS: true

lib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ k8s_test_e2e:
123123
go test ./k8s/e2e/local-runner -count 1 -test.parallel=12 -v $(args)
124124

125125
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
127127

128128
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
130130

131131
.PHONY: examples
132132
examples:

0 commit comments

Comments
 (0)