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

Allow continuous build information and metadata to be serialized along with test runs #22

Open
jakedsouza opened this issue Mar 6, 2017 · 0 comments

Comments

@jakedsouza
Copy link

It would be useful, if the dbbot could save a table for continuous integration server information for each test run. Analysing the test results in context of CI server information would be a useful feature.

Some of the columns that could be saved

CI_REPO - repository name of the current build
CI_BRANCH - branch name for the current build
CI_COMMIT - git sha for the current build
CI_BUILD_NUMBER - build number for the current build
CI_PULL_REQUEST - pull request number of the current build
CI_BUILD_URL - url for the current build
CI_TAG - tag name for the current build 

This is essentially more metadata for a test run and can be provided as a separate file or arguments to the command line.

@jakedsouza jakedsouza changed the title Allow continuous build informaiton and metadata to be serialized along with test runs Allow continuous build information and metadata to be serialized along with test runs Mar 6, 2017
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

1 participant