From 5e06157b3089f878826fcadcdbe8d5351223d616 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Wed, 21 May 2025 16:27:30 -0400 Subject: [PATCH 1/2] update gh actions readme --- .github/gh-config-template/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 From d3c983ae5c8380bbb24e47ed40518532a02dab97 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Wed, 21 May 2025 16:59:48 -0400 Subject: [PATCH 2/2] update gh actions readme --- .github/workflows/tests-workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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