Skip to content

Commit

Permalink
Clean up some TODOs (#104)
Browse files Browse the repository at this point in the history
The ko builder doesn't really work for our deployment because it does the build at the point where terraform is run, not hooked into cloud build.
  • Loading branch information
mhutchinson authored Feb 22, 2024
1 parent 61a169f commit b49207c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/internal/distributor/distributor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ func TestGetCheckpointNHistoric(t *testing.T) {
wantSize: 22,
},
{
desc: "TODO: N=2 can get historic version where both were in sync together",
desc: "N=2 can get historic version where both were in sync together",
order: []witnessAndSize{
{
witChameleon,
Expand Down Expand Up @@ -788,7 +788,7 @@ func TestGetCheckpointNHistoric(t *testing.T) {
reqN: 2,
wantErr: true,
wantErrCode: codes.NotFound,
// TODO(mhutchinson): this case should work with the following assertions
// TODO(#103): this case should work with the following assertions
// wantErr: false,
// wantSize: 10,
},
Expand Down
1 change: 0 additions & 1 deletion deployment/modules/cloudbuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ resource "google_cloudbuild_trigger" "distributor_docker" {
}
}

# TODO(mhutchinson): Consider replacing this with https://github.com/ko-build/terraform-provider-ko
build {
step {
name = "gcr.io/cloud-builders/docker"
Expand Down

0 comments on commit b49207c

Please sign in to comment.