Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/gh-config-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Unit and Integration tests

### How to run

Request the repo owner to add a label as `ready-to-run` to validate PR.
4 changes: 1 addition & 3 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down