diff --git a/.github/gh-config-template/README.md b/.github/gh-config-template/README.md index 42efd0e27..2192f7bdb 100644 --- a/.github/gh-config-template/README.md +++ b/.github/gh-config-template/README.md @@ -5,4 +5,8 @@ ytt -f ./gh_template.yml -f [ytt-helpers.star](https://github.com/cloudfoundry/w ## Supported jobs - Template tests - Basic Verifications -- Unit and Integration tests \ No newline at end of file +- Unit and Integration tests + +### How to run + +Request the repo owner to add a label as `ready-to-run` to validate PR. \ No newline at end of file diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index a6aae2af0..b9b586cd1 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -2,7 +2,7 @@ name: unit-integration-tests on: pull_request_target: types: - - labeled + - labeled env: MAPPING: | build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2 @@ -101,14 +101,12 @@ jobs: DIR: src/code.cloudfoundry.org/cf-tcp-router 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: routing-api-mysql env: DIR: src/code.cloudfoundry.org/routing-api 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 test-repos-withoutdb: runs-on: ubuntu-latest