Skip to content

Commit 51e1f10

Browse files
authored
update KRATOS env var names (#1329)
Update variable names for lepton ci jobs. The SSA credentials expired, and updating them forced the username suffix. Signed-off-by: Jared Wilber <[email protected]>
1 parent d69db33 commit 51e1f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/lepton/model_convergence/configs/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ environment_variables:
2828
- name: KRATOS_SSA_CLIENT_ID
2929
value_from: KRATOS_SSA_CLIENT_ID
3030
- name: KRATOS_SSA_SECRET
31-
value_from: KRATOS_SSA_SECRET
31+
value_from: KRATOS_SSA_SECRET.jwilber
3232
- name: LEP_LOGIN_CREDENTIALS
3333
value_from: LEP_LOGIN_CREDENTIALS
3434
- name: HF_HOME

ci/lepton/scdl_performance/configs/scdl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ environment_variables:
2929
- name: KRATOS_SSA_CLIENT_ID
3030
value_from: KRATOS_SSA_CLIENT_ID
3131
- name: KRATOS_SSA_SECRET
32-
value_from: KRATOS_SSA_SECRET
32+
value_from: KRATOS_SSA_SECRET.jwilber
3333
- name: LEP_LOGIN_CREDENTIALS
3434
value_from: LEP_LOGIN_CREDENTIALS
3535

0 commit comments

Comments
 (0)