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

Import Buildkite data to Firestore via GraphQL API #3

Closed
bootstraponline opened this issue Jan 6, 2020 · 0 comments
Closed

Import Buildkite data to Firestore via GraphQL API #3

bootstraponline opened this issue Jan 6, 2020 · 0 comments

Comments

@bootstraponline
Copy link
Contributor

bootstraponline commented Jan 6, 2020

Develop a program that uses the Buildkite GraphQL API to import all builds for a given job to Firebase. This should be idempotent. The program will run on a schedule and constantly update Firestore with the latest builds from Buildkite.

Name Description
buildId unique identifier of the build
buildDate date the build was started
buildQueued the amount of time the build spent waiting to execute
buildDuration the amount of time the build took to execute (does not include queue time)
buildSuccessful boolean for if the build was successful or not

https://gist.github.com/bootstraponline/f2f76d746233a3281e2d86e93d7508e1


@bootstraponline bootstraponline added this to the Build metrics MVP milestone Jan 6, 2020
@illia-romanenko illia-romanenko removed this from the Build metrics MVP milestone May 13, 2020
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

No branches or pull requests

2 participants