From 76cf95d10ac295e54d07cc2256981b084dda28b0 Mon Sep 17 00:00:00 2001 From: james hughes Date: Tue, 15 Oct 2024 20:47:49 +0000 Subject: [PATCH] see local directory --- .github/workflows/ansible.yml | 1 + .github/workflows/auto-instrumentation.yml | 1 + .github/workflows/integration-test.yml | 1 + .github/workflows/linux-package-test.yml | 1 + .github/workflows/windows-test.yml | 1 + packaging/technical-addon/Makefile | 2 ++ 6 files changed, 7 insertions(+) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index f6f9316acf..4e6a47e8e6 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -17,6 +17,7 @@ on: - '.github/workflows/ansible.yml' - 'deployments/ansible/**' - '!**.md' + - '!packaging/technical-addon/**' schedule: - cron: '0 0 * * 1,4' # Every Monday and Thrusday at midnight UTC diff --git a/.github/workflows/auto-instrumentation.yml b/.github/workflows/auto-instrumentation.yml index dc1bc104fc..b48fee5f6b 100644 --- a/.github/workflows/auto-instrumentation.yml +++ b/.github/workflows/auto-instrumentation.yml @@ -11,6 +11,7 @@ on: - 'instrumentation/**' - 'internal/**' - '!**.md' + - '!packaging/technical-addon/**' concurrency: group: auto-instrumentation-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e080820dc0..83b964a5d3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -17,6 +17,7 @@ on: - 'go.mod' - 'go.sum' - '!**.md' + - '!packaging/technical-addon/**' concurrency: group: integration-test-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/linux-package-test.yml b/.github/workflows/linux-package-test.yml index 9884baa1b9..2a9c1edac2 100644 --- a/.github/workflows/linux-package-test.yml +++ b/.github/workflows/linux-package-test.yml @@ -12,6 +12,7 @@ on: - 'Makefile' - 'Makefile.Common' - '!**.md' + - '!packaging/technical-addon/**' concurrency: group: linux-package-test-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 9adf9ff529..61fc3a484f 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -16,6 +16,7 @@ on: - 'go.sum' - '!**.md' - '!packaging/**' + - '!packaging/technical-addon/**' env: GO_VERSION: '1.22.7' diff --git a/packaging/technical-addon/Makefile b/packaging/technical-addon/Makefile index cee3f0ab54..d1807783a1 100644 --- a/packaging/technical-addon/Makefile +++ b/packaging/technical-addon/Makefile @@ -25,6 +25,8 @@ generate-technical-addon: env-guard-all # Should only have affect if otelcol or download make targets were run first # Running make download-otelcol will overwrite anything locally created cp -R bin/ $(BUILD_DIR)/out/ + ls -lAh bin/ + pwd .PHONY: env-guard-all env-guard-all: