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
5 changes: 4 additions & 1 deletion .github/ci/ci-tests/test_bind_pull_request_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ def test_release_source_pull_requests_materialize_master_ci_helpers():
assert 'PR_BASE: ${{ inputs.pull_request_base || github.event.pull_request.base.ref }}' in helper_job
assert 'if [[ "$PR_BASE" == release/bind-rp/* ]]' in helper_job
assert 'refs/heads/master:refs/remotes/origin/control-plane' in helper_job
assert '.github/ci .resolver-plugins/bind920.json' in helper_job
assert '.github/ci \\' in helper_job
assert '.github/workflows/bind-tests.yml' in helper_job
assert '.github/workflows/bind920-candidate.yml' in helper_job
assert '.resolver-plugins/bind920.json' in helper_job


def test_reusable_workflow_accepts_the_callers_pull_request_context():
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/bind-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:
git fetch --no-tags origin \
'refs/heads/master:refs/remotes/origin/control-plane'
git checkout refs/remotes/origin/control-plane -- \
.github/ci .resolver-plugins/bind920.json
.github/ci \
.github/workflows/bind-tests.yml \
.github/workflows/bind920-candidate.yml \
.resolver-plugins/bind920.json
fi
test -d .github/ci
test -f .resolver-plugins/bind920.json
Expand Down
Loading