Skip to content

Commit e756253

Browse files
committed
add HMAC_KEY_SAMPLES_SERVICE_ACCOUNT to Kokoro
1 parent c925924 commit e756253

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.kokoro/continuous/storage-it.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ env_vars: {
2929
env_vars: {
3030
key: "IT_SERVICE_ACCOUNT_EMAIL"
3131
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
32-
}
32+
}
33+
34+
env_vars: {
35+
key: "HMAC_KEY_SAMPLES_SERVICE_ACCOUNT"
36+
value: "hmac-samples-test@gcloud-devel.iam.gserviceaccount.com"
37+
}

.kokoro/nightly/storage-it.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ env_vars: {
2929
env_vars: {
3030
key: "IT_SERVICE_ACCOUNT_EMAIL"
3131
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
32-
}
32+
}
33+
34+
env_vars: {
35+
key: "HMAC_KEY_SAMPLES_SERVICE_ACCOUNT"
36+
value: "hmac-samples-test@gcloud-devel.iam.gserviceaccount.com"
37+
}

.kokoro/presubmit/storage-it.cfg

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,14 @@ env_vars: {
2929
env_vars: {
3030
key: "IT_SERVICE_ACCOUNT_EMAIL"
3131
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
32-
}
32+
}
33+
34+
env_vars: {
35+
key: "IT_SERVICE_ACCOUNT_EMAIL"
36+
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
37+
}
38+
39+
env_vars: {
40+
key: "HMAC_KEY_SAMPLES_SERVICE_ACCOUNT"
41+
value: "hmac-samples-test@gcloud-devel.iam.gserviceaccount.com"
42+
}

0 commit comments

Comments
 (0)