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

Buildkite support #21

Merged
merged 3 commits into from
Mar 9, 2023
Merged

Buildkite support #21

merged 3 commits into from
Mar 9, 2023

Conversation

tetsuo-cpp
Copy link
Collaborator

No description provided.

Signed-off-by: Alex Cameron <asc@tetsuo.sh>
Signed-off-by: Alex Cameron <asc@tetsuo.sh>
@tetsuo-cpp
Copy link
Collaborator Author

@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>
@tetsuo-cpp tetsuo-cpp requested review from di and woodruffw March 9, 2023 10:13
Comment on lines +216 to +231
# 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.
Copy link
Collaborator

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.

Copy link
Collaborator

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@woodruffw woodruffw merged commit b161bf7 into di:main Mar 9, 2023
@woodruffw woodruffw deleted the alex/buildkite branch March 9, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants