Skip to content

Commit

Permalink
test: remove docker-compose.yml test file (#11243)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jun 2, 2022
1 parent 06b813d commit 476f498
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@ make test

(Optional)

Running the integration tests requires several docker containers to be
running. You can start the containers with:

```shell
docker-compose up
```

To run only the integration tests use:

```shell
Expand All @@ -99,8 +92,6 @@ To run the full test suite use:
make test-all
```

Use `make docker-kill` to stop the containers.

### For more developer resources

- [Code Style][codestyle]
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ docker-image:
plugins/parsers/influx/machine.go: plugins/parsers/influx/machine.go.rl
ragel -Z -G2 $^ -o $@

.PHONY: plugin-%
plugin-%:
@echo "Starting dev environment for $${$(@)} input plugin..."
@docker-compose -f plugins/inputs/$${$(@)}/dev/docker-compose.yml up

.PHONY: ci
ci:
docker build -t quay.io/influxdb/telegraf-ci:1.18.1 - < scripts/ci.docker
Expand Down
35 changes: 0 additions & 35 deletions docker-compose.yml

This file was deleted.

0 comments on commit 476f498

Please sign in to comment.