Skip to content

Commit e5bc4f6

Browse files
authored
[chore] Update Python Dependencies and remove unsued scripts in the repo (aws-observability#717)
Fixes aws-observability#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.
1 parent a630591 commit e5bc4f6

File tree

25 files changed

+36
-519
lines changed

25 files changed

+36
-519
lines changed

.github/workflows/pr-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
AWS_REGION: us-east-1
1212
# Copied this CORE_REPO_SHA from
1313
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/.github/workflows/test.yml#L9
14-
CORE_REPO_SHA: v1.17.0
14+
CORE_REPO_SHA: v1.18.0
1515

1616
jobs:
1717
PR-Python:

collector/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ package: build
4848

4949
.PHONY: publish
5050
publish:
51-
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
51+
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
5252

5353
.PHONY: publish-layer
5454
publish-layer: package
5555
@echo Publishing collector extension layer...
56-
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
56+
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
5757
@echo OpenTelemetry Collector layer published.
5858

5959
.PHONY: gotidy

go/integration-tests/aws-sdk/wrapper/main.tf

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

go/integration-tests/aws-sdk/wrapper/outputs.tf

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

go/integration-tests/aws-sdk/wrapper/variables.tf

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

java/integration-tests/aws-sdk/agent/main.tf

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

java/integration-tests/aws-sdk/agent/outputs.tf

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

java/integration-tests/aws-sdk/agent/variables.tf

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

java/integration-tests/aws-sdk/wrapper/main.tf

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

java/integration-tests/aws-sdk/wrapper/outputs.tf

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

0 commit comments

Comments
 (0)