Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control-service: Turn-off debug mode for builder script #469

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

doks5
Copy link
Contributor

@doks5 doks5 commented Nov 2, 2021

Builder job pods run a shell script, which builds and uploads the
data job image. Currently, it runs in debug mode which is not needed
in production environments.

This change turns off debug mode, and logs only required and non-sensitive
steps.

Testing Done: Uploaded new builder job image to docker hub, and ran a local
instance of the Control Service to verify that only necessary data is logged.

Signed-off-by: Andon Andonov [email protected]

@doks5 doks5 force-pushed the person/andonova/turn-off-debug-mode branch from 09265f0 to 288c212 Compare November 2, 2021 16:43
Builder job pods run a shell script, which builds and uploads the
data job image. Currently, it runs in debug mode which is not needed
in production environments.

This change turns off debug mode, and logs only required and non-sensitive
steps.

Testing Done: Uploaded new builder job image to docker hub, and ran a local
instance of the Control Service to verify that only necessary data is logged.

Signed-off-by: Andon Andonov <[email protected]>
@doks5 doks5 force-pushed the person/andonova/turn-off-debug-mode branch from 288c212 to f1788ff Compare November 2, 2021 18:34
@doks5 doks5 marked this pull request as ready for review November 2, 2021 18:35
@doks5 doks5 requested a review from antoniivanov November 2, 2021 18:35
@antoniivanov
Copy link
Collaborator

Testing Done: TODO

?

@doks5
Copy link
Contributor Author

doks5 commented Nov 3, 2021

Testing Done: TODO

?

Oopsie, I updated the commit message, but I forgot to edit the PR message. :)

@doks5 doks5 merged commit 80e8d30 into main Nov 3, 2021
@doks5 doks5 deleted the person/andonova/turn-off-debug-mode branch November 3, 2021 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants