Skip to content

gh label test for pr #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: test-gh-1
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/gh-config-template/gh_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#@ load("@ytt:data", "data")
#@ load("ytt-helpers.star", "helpers")
# test commit

name: unit-integration-tests

on:
Expand Down Expand Up @@ -189,4 +189,4 @@ jobs:
DB: mysql
run: |
"${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
#@ end
5 changes: 2 additions & 3 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: unit-integration-tests
on:
pull_request_target:
types:
- labeled
branches:
- test-gh-1
env:
MAPPING: |
build_nats_server=src/code.cloudfoundry.org/vendor/github.com/nats-io/nats-server/v2
Expand All @@ -27,7 +27,6 @@ env:
FUNCTIONS: ci/routing-release/helpers/configure-binaries.bash
jobs:
repo-clone:
if: github.event.label.name == 'ready-to-run'
runs-on: ubuntu-latest
steps:
- name: routing-release-repo
Expand Down
Loading