From 847b180dd8ac3989c6b8e1bb4b6036ab32971914 Mon Sep 17 00:00:00 2001 From: Travis Stark Date: Thu, 3 Apr 2025 17:56:05 +0000 Subject: [PATCH] Fix issue with e2e tests by updating dependencies in build-and-upload step --- .github/workflows/build-and-upload.yml | 3 ++- .github/workflows/operator-integration-test.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index 592718440..0e3f5dd66 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -139,7 +139,8 @@ jobs: - name: Build Binaries run: | go mod download - export GOARCH=arm64 && make targetallocator + go mod tidy + export GOARCH=arm64 && make targetallocator export GOARCH=amd64 && make targetallocator - name: Build Cloudwatch Agent Target Allocator Image and push to ECR diff --git a/.github/workflows/operator-integration-test.yml b/.github/workflows/operator-integration-test.yml index 3ec2b4b20..b2c6f966e 100644 --- a/.github/workflows/operator-integration-test.yml +++ b/.github/workflows/operator-integration-test.yml @@ -94,7 +94,7 @@ jobs: run: | kubectl apply -f integration-tests/python/sample-deployment-python.yaml sleep 5 - kubectl wait --for=condition=Ready pod --all -n default + kubectl wait --for=condition=Ready pod --all -n default --timeout=120s kubectl get pods -A kubectl describe pods -n default go run integration-tests/manifests/cmd/validate_instrumentation_vars.go default integration-tests/python/default_instrumentation_python_env_variables.json app_signals