We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658fe47 commit 8325fc7Copy full SHA for 8325fc7
book/src/lib/k8s/REMOTE_RUN.md
@@ -39,6 +39,9 @@ export TEST_ENV_VAR=myTestVarForAJob
39
# your image to run as a k8s job
40
ACCOUNT=$(aws sts get-caller-identity | jq -r .Account)
41
export ENV_JOB_IMAGE="${ACCOUNT}.dkr.ecr.us-west-2.amazonaws.com/core-integration-tests:v1.1"
42
+export DETACH_RUNNER=true # if you want the test job to run in the background after it has started
43
+export CHAINLINK_ENV_USER=yourUser # user to run the tests
44
+export CHAINLINK_USER_TEAM=yourTeam # team to run the tests for
45
# your example test file to run inside k8s
46
# if ENV_JOB_IMAGE is present it will create a job, wait until it finished and get logs
47
go run examples/remote-test-runner/env.go
0 commit comments