-
Notifications
You must be signed in to change notification settings - Fork 3
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
Buildkite support #21
Conversation
Signed-off-by: Alex Cameron <asc@tetsuo.sh>
Signed-off-by: Alex Cameron <asc@tetsuo.sh>
@woodruffw @di I've run this on a BuildKite and can verify that it works against the staging instance. |
Signed-off-by: Alex Cameron <asc@tetsuo.sh>
# Now query the agent for a token. | ||
# | ||
# NOTE(alex): We're silencing `bandit` here. The reasoning for ignoring each | ||
# test are as follows. | ||
# | ||
# B603: This is complaining about invoking an external executable. However, | ||
# there doesn't seem to be any way to do this that satisfies `bandit` so I | ||
# think we need to ignore this. | ||
# More context at: | ||
# https://github.com/PyCQA/bandit/issues/333 | ||
# | ||
# B607: This is complaining about invoking an external executable without | ||
# providing an absolute path (we just refer to whatever `buildkite-agent`) | ||
# is in the `PATH`. For a Buildkite agent, there's no guarantee where the | ||
# `buildkite-agent` is installed so again, I don't think there's anything | ||
# we can do about this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed comment! Silencing these warnings looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.