mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Retarget tests to run on main branch
This commit is contained in:
parent
a3b933836c
commit
a7c6e4d0fc
3 changed files with 1 additions and 10 deletions
|
|
@ -15,7 +15,6 @@ unset PACKET_EXEC_PERSIST
|
|||
unset PACKET_EXEC_PRE_BUILTINS
|
||||
|
||||
export PACKET_EXEC_REMOTE_DIRECTORY="run-${GITHUB_RUN_ID}"
|
||||
echo "PACKET_EXEC_REMOTE_DIRE ${PACKET_EXEC_REMOTE_DIRECTORY}"
|
||||
|
||||
# spec test configuration, defined by action runners, used by Vagrant on packet
|
||||
export PKT_VAGRANT_HOST_BOXES="${VAGRANT_HOST_BOXES}"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ root="$( cd -P "$( dirname "$csource" )/../../" && pwd )"
|
|||
|
||||
pushd "${root}" > "${output}"
|
||||
|
||||
echo "job id ${job_id}"
|
||||
|
||||
# Assumes packet is already set up
|
||||
|
||||
# job_id is provided by common.sh
|
||||
|
|
|
|||
8
.github/workflows/spectesting.yml
vendored
8
.github/workflows/spectesting.yml
vendored
|
|
@ -1,13 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'spec-test-*'
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'website/**'
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- 'spec-test-*'
|
||||
- 'master'
|
||||
repository_dispatch:
|
||||
types: [prerelease]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue