Skip to content

Commit

Permalink
MGMT-4327 Remove old FIO tool from service and agent after the new to…
Browse files Browse the repository at this point in the history
…ol is in use (#196)
  • Loading branch information
ori-amizur authored May 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3eb4188 commit 72b14c8
Showing 7 changed files with 1 addition and 332 deletions.
1 change: 0 additions & 1 deletion Dockerfile.assisted_installer_agent
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/connectivity_check /usr/bin/connectivity_check
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/free_addresses /usr/bin/free_addresses
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/inventory /usr/bin/inventory
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/fio_perf_check /usr/bin/fio_perf_check
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/logs_sender /usr/bin/logs_sender
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/dhcp_lease_allocate /usr/bin/dhcp_lease_allocate
COPY --from=builder /go/src/github.com/openshift/assisted-installer-agent/build/apivip_check /usr/bin/apivip_check
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ lint:
.PHONY: build clean build-image push subsystem
build: build-agent build-connectivity_check build-inventory build-free_addresses build-logs_sender \
build-dhcp_lease_allocate build-apivip_check build-next_step_runner build-ntp_synchronizer \
build-fio_perf_check build-container_image_availability build-domain_resolution build-disk_speed_check
build-container_image_availability build-domain_resolution build-disk_speed_check

build-%: $(BIN) src/$* #lint
CGO_ENABLED=0 go build -o $(BIN)/$* src/$*/main/main.go
20 changes: 0 additions & 20 deletions src/fio_perf_check/dependencies.go

This file was deleted.

144 changes: 0 additions & 144 deletions src/fio_perf_check/fio_perf_check.go

This file was deleted.

89 changes: 0 additions & 89 deletions src/fio_perf_check/fio_perf_check_test.go

This file was deleted.

32 changes: 0 additions & 32 deletions src/fio_perf_check/main/main.go

This file was deleted.

45 changes: 0 additions & 45 deletions src/fio_perf_check/mock_IDependencies.go

This file was deleted.

0 comments on commit 72b14c8

Please sign in to comment.