Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Derive and include a "commit_date" for new TestRun entities. Ref gh-154 #383

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

rwaldron
Copy link
Contributor

@rwaldron rwaldron commented Jan 22, 2018

See #154 for context.

@rwaldron
Copy link
Contributor Author

Rebased!

def test_get_commit_details_find_sha(self,
mock_sha_finder,
mock_call,
mock_check_output):
Copy link
Contributor Author

@rwaldron rwaldron Jan 25, 2018

Choose a reason for hiding this comment

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

This indent is an odd quantity of spaces because pycodestyle insisted

¯\_(ツ)_/¯

@rwaldron
Copy link
Contributor Author

These failures are completely effing bogus.

https://travis-ci.org/w3c/wptdashboard/jobs/334786144

protoc -I../protobuf/src -I../protoc-gen-bq-schema -Iprotos \
	--python_out=run/protos protos/test_run.proto protos/token.proto protos/strawman.proto protos/browser.proto
bq_table_name.proto: File not found.
strawman.proto: Import "bq_table_name.proto" was not found or had errors.
Makefile:67: recipe for target 'py_proto' failed
make: *** [py_proto] Error 1

https://travis-ci.org/w3c/wptdashboard/jobs/334786145

protoc -I../protobuf/src -I../protoc-gen-bq-schema -Iprotos \
	--python_out=run/protos protos/test_run.proto protos/token.proto protos/strawman.proto protos/browser.proto
bq_table_name.proto: File not found.
strawman.proto: Import "bq_table_name.proto" was not found or had errors.
Makefile:67: recipe for target 'py_proto' failed
make: *** [py_proto] Error 1

https://travis-ci.org/w3c/wptdashboard/jobs/334786150

protoc -I../protobuf/src -I../protoc-gen-bq-schema -Iprotos \
	--bq-schema_out=bq-schema protos/test_run.proto protos/token.proto protos/strawman.proto protos/browser.proto
bq_table_name.proto: File not found.
strawman.proto: Import "bq_table_name.proto" was not found or had errors.
Makefile:57: recipe for target 'bq_proto' failed
make: *** [bq_proto] Error 1

... None of these are my problem.

@lukebjerring
Copy link
Collaborator

Build failures are indeed irrelevant; a Golang dep made a breaking change. See #412 for build-fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants