Skip to content

Commit

Permalink
install-iso: add the necessary fields to submit job
Browse files Browse the repository at this point in the history
[Why]
my_name, my_email, these two fields are the secret field now, so we
change the method to get value as secret fields.

And, add my_account field which is necessary for submit job.

Signed-off-by: Yu Chuan <[email protected]>
  • Loading branch information
yc913344706 authored and WJiHui committed Jul 21, 2021
1 parent de28513 commit 85ed3cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/install-iso-pre
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ prepare_submit()
cat >> $config_yaml <<-EOF
SCHED_HOST: ${SCHED_HOST}
SCHED_PORT: ${SCHED_PORT}
my_name: ${my_name}
my_email: ${my_email}
my_account: ${my_account}
my_name: ${secrets_MY_NAME}
my_email: ${secrets_MY_EMAIL}
my_token: ${secrets_MY_TOKEN}
lab: z9
EOF
Expand Down

0 comments on commit 85ed3cb

Please sign in to comment.