Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd endpoint that tells Azure what TFB commit to use #16
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an endpoint like
/last-seen-commit?environment=Citrinethat responds with a commit id intext/plain. That commit will be whatever commit was specified in the latest/in-progress run in the specified environment.This endpoint will be used by our scripts that provision the Azure benchmarking environment. We just set up things so that an Azure run will happen monthly, but currently the version of TFB it uses will be whatever is the latest on the master branch. We'd prefer that it line up with a commit used on Citrine. That way, if we decide the run is worthy of releasing as a round, we'll already have data from both environments and we won't need to manually benchmark that commit in one of the environments.