From 54a8cbc5abb119ba707aa8e2b447b37a043e613c Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 25 Oct 2022 14:37:58 -0700 Subject: [PATCH] Remove unused `CODEQL_ACTION_RECONCILE_GO_EXTRACTION` from tests --- .github/workflows/__go-custom-tracing-autobuild.yml | 1 - .github/workflows/__go-reconciled-tracing-autobuilder.yml | 1 - .../workflows/__go-reconciled-tracing-custom-build-steps.yml | 2 -- .github/workflows/__go-reconciled-tracing-legacy-workflow.yml | 2 -- pr-checks/checks/go-custom-tracing-autobuild.yml | 1 - pr-checks/checks/go-reconciled-tracing-autobuilder.yml | 1 - pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml | 3 --- pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml | 2 -- 8 files changed, 13 deletions(-) diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index e163fdf03..2da3dad37 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -81,6 +81,5 @@ jobs: exit 1 fi env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: on DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-reconciled-tracing-autobuilder.yml b/.github/workflows/__go-reconciled-tracing-autobuilder.yml index 18efc2cff..df672d275 100644 --- a/.github/workflows/__go-reconciled-tracing-autobuilder.yml +++ b/.github/workflows/__go-reconciled-tracing-autobuilder.yml @@ -86,6 +86,5 @@ jobs: exit 1 fi env: - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true' DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml b/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml index 6ea8f2c3d..e91fc302d 100644 --- a/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml @@ -103,6 +103,4 @@ jobs: exit 1 fi env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-reconciled-tracing-legacy-workflow.yml b/.github/workflows/__go-reconciled-tracing-legacy-workflow.yml index f52714efc..20c485c4f 100644 --- a/.github/workflows/__go-reconciled-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-reconciled-tracing-legacy-workflow.yml @@ -80,7 +80,5 @@ jobs: exit 1 fi env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true' DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/pr-checks/checks/go-custom-tracing-autobuild.yml b/pr-checks/checks/go-custom-tracing-autobuild.yml index 57c830f41..dd01ebad6 100644 --- a/pr-checks/checks/go-custom-tracing-autobuild.yml +++ b/pr-checks/checks/go-custom-tracing-autobuild.yml @@ -2,7 +2,6 @@ name: "Go: Autobuild custom tracing" description: "Checks that Go tracing works in conjunction with the autobuilder" operatingSystems: ["ubuntu", "macos"] env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 diff --git a/pr-checks/checks/go-reconciled-tracing-autobuilder.yml b/pr-checks/checks/go-reconciled-tracing-autobuilder.yml index d4494375f..4b716b270 100644 --- a/pr-checks/checks/go-reconciled-tracing-autobuilder.yml +++ b/pr-checks/checks/go-reconciled-tracing-autobuilder.yml @@ -2,7 +2,6 @@ name: "Go: Reconciled tracing with autobuilder" description: "Checks that Go reconciled tracing works when using an autobuilder step" operatingSystems: ["ubuntu", "macos"] env: - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 diff --git a/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml b/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml index 3b088b12f..12121e01c 100644 --- a/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml +++ b/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml @@ -1,8 +1,5 @@ name: "Go: Reconciled tracing with custom build steps" description: "Checks that reconciled Go tracing traces the build when using custom build steps" -env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true" steps: - uses: actions/setup-go@v3 with: diff --git a/pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml b/pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml index 761f3cc7c..e5cabda2e 100644 --- a/pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml +++ b/pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml @@ -2,8 +2,6 @@ name: "Go: Reconciled tracing with legacy workflow" description: "Checks that we run the autobuilder in legacy workflows with neither an autobuild step nor manual build steps" operatingSystems: ["ubuntu", "macos"] env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3