Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update Python Dependencies and remove unsued scripts in the repo #717

Merged
merged 3 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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