From 25e2152ed23e788f868c72f5887d29206f45e092 Mon Sep 17 00:00:00 2001 From: Karthick Udayakumar Date: Wed, 21 May 2025 11:47:35 -0400 Subject: [PATCH 1/2] Update tests-workflow.yml --- .github/workflows/tests-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index ac97930b7..2f27ffaed 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -1,3 +1,4 @@ +#test name: unit-integration-tests on: pull_request_target: From 903f2bcd25ff4f04411b0c072f1b85cfc0962614 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Wed, 21 May 2025 11:57:56 -0400 Subject: [PATCH 2/2] gh action - pr only for develop branch with labe action --- .github/gh-config-template/gh_template.yml | 1 - .github/workflows/tests-workflow.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/gh-config-template/gh_template.yml b/.github/gh-config-template/gh_template.yml index 0246ac76a..5432f65b3 100644 --- a/.github/gh-config-template/gh_template.yml +++ b/.github/gh-config-template/gh_template.yml @@ -101,7 +101,6 @@ jobs: DIR: #@ "src/code.cloudfoundry.org/{}".format(package.name) DB: mysql run: | - "${GITHUB_WORKSPACE}"/ci/routing-release/helpers/configure-binaries.bash "${GITHUB_WORKSPACE}"/ci/shared/tasks/run-bin-test/task.bash --keep-going --trace -r --fail-on-pending --randomize-all --nodes=7 --race --timeout 30m --flake-attempts 2 #@ end test-repos-withoutdb: diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 2f27ffaed..a6aae2af0 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -1,4 +1,3 @@ -#test name: unit-integration-tests on: pull_request_target: @@ -96,7 +95,6 @@ jobs: DIR: src/code.cloudfoundry.org/gorouter DB: mysql run: | - "${GITHUB_WORKSPACE}"/ci/routing-release/helpers/configure-binaries.bash "${GITHUB_WORKSPACE}"/ci/shared/tasks/run-bin-test/task.bash --keep-going --trace -r --fail-on-pending --randomize-all --nodes=7 --race --timeout 30m --flake-attempts 2 - name: cf-tcp-router-mysql env: