Skip to content

Commit 632970f

Browse files
authored
Removed unused scripts/testing files (#1046)
1 parent 266632a commit 632970f

File tree

6 files changed

+2
-127
lines changed

6 files changed

+2
-127
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
env:
265265
GO_VERSION: ${{ env.GO_VERSION }}
266266
with:
267-
file: scripts/testing/load/Dockerfile
267+
file: test/docker/load/Dockerfile
268268
tags: nginx-agent-load-test:1.0.0
269269
context: '.'
270270
push: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ generate-pgo-profile: build-mock-management-plane-grpc
271271
load-test-image: ## Build performance load testing image
272272
@echo "🚚 Running load tests"
273273
$(CONTAINER_BUILDENV) $(CONTAINER_CLITOOL) build -t $(IMAGE_TAG)_load_test . \
274-
--no-cache -f ./scripts/testing/load/Dockerfile \
274+
--no-cache -f ./test/docker/load/Dockerfile \
275275
--secret id=nginx-crt,src=$(CERTS_DIR)/nginx-repo.crt \
276276
--secret id=nginx-key,src=$(CERTS_DIR)/nginx-repo.key \
277277
--build-arg OSARCH=$(OSARCH) \

scripts/testing/docker-compose_otel-collector.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

scripts/testing/otel-collector.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

scripts/testing/prometheus.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)