Skip to content

Commit

Permalink
[chore] Update Python Dependencies and remove unsued scripts in the r…
Browse files Browse the repository at this point in the history
…epo (#717)

Fixes #643

Thi PR removes the integration test scripts in the repo, which are not used and have no purpose to sit in this repo, helps for the better maintainance of the project and Updates the Python dependencies.
  • Loading branch information
vasireddy99 authored Jun 2, 2023
1 parent a630591 commit e5bc4f6
Show file tree
Hide file tree
Showing 25 changed files with 36 additions and 519 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
AWS_REGION: us-east-1
# Copied this CORE_REPO_SHA from
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/.github/workflows/test.yml#L9
CORE_REPO_SHA: v1.17.0
CORE_REPO_SHA: v1.18.0

jobs:
PR-Python:
Expand Down
4 changes: 2 additions & 2 deletions collector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ package: build

.PHONY: publish
publish:
aws lambda publish-layer-version --layer-name $(LAYER_NAME) --zip-file fileb://$(BUILD_SPACE)/collector-extension-$(GOARCH).zip --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x java11 python3.8 python3.9 --query 'LayerVersionArn' --output text
aws lambda publish-layer-version --layer-name $(LAYER_NAME) --zip-file fileb://$(BUILD_SPACE)/opentelemetry-collector-layer-$(GOARCH).zip --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x java11 python3.8 python3.9 --query 'LayerVersionArn' --output text

.PHONY: publish-layer
publish-layer: package
@echo Publishing collector extension layer...
aws lambda publish-layer-version --layer-name $(LAYER_NAME) --zip-file fileb://$(BUILD_SPACE)/collector-extension-$(GOARCH).zip --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x java11 python3.8 python3.9 --query 'LayerVersionArn' --output text
aws lambda publish-layer-version --layer-name $(LAYER_NAME) --zip-file fileb://$(BUILD_SPACE)/opentelemetry-collector-layer-$(GOARCH).zip --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x java11 python3.8 python3.9 --query 'LayerVersionArn' --output text
@echo OpenTelemetry Collector layer published.

.PHONY: gotidy
Expand Down
21 changes: 0 additions & 21 deletions go/integration-tests/aws-sdk/wrapper/main.tf

This file was deleted.

11 changes: 0 additions & 11 deletions go/integration-tests/aws-sdk/wrapper/outputs.tf

This file was deleted.

29 changes: 0 additions & 29 deletions go/integration-tests/aws-sdk/wrapper/variables.tf

This file was deleted.

31 changes: 0 additions & 31 deletions java/integration-tests/aws-sdk/agent/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions java/integration-tests/aws-sdk/agent/outputs.tf

This file was deleted.

40 changes: 0 additions & 40 deletions java/integration-tests/aws-sdk/agent/variables.tf

This file was deleted.

30 changes: 0 additions & 30 deletions java/integration-tests/aws-sdk/wrapper/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions java/integration-tests/aws-sdk/wrapper/outputs.tf

This file was deleted.

35 changes: 0 additions & 35 deletions java/integration-tests/aws-sdk/wrapper/variables.tf

This file was deleted.

30 changes: 0 additions & 30 deletions java/integration-tests/okhttp/wrapper/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions java/integration-tests/okhttp/wrapper/outputs.tf

This file was deleted.

35 changes: 0 additions & 35 deletions java/integration-tests/okhttp/wrapper/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions nodejs/integration-tests/aws-sdk/wrapper/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions nodejs/integration-tests/aws-sdk/wrapper/main.tf

This file was deleted.

Loading

0 comments on commit e5bc4f6

Please sign in to comment.