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 ac97930b7..a6aae2af0 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -95,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: