You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These scripts can trigger a push, release, or workflow_dispatch event but they can do that depending on the e2e workflow file name. So we should be able to merge them.
e2e-dispatch.sh: currently used to create workflow_dispatch events.
e2e-nodejs-push.sh: Currently used for Node.js builder e2e tests to generate push to branch, push to tag, release, create, and workflow_dispatch events.
e2e-push-tag.sh: Currently used to create push to tag events.
e2e-push.sh: Currently used to generate push to branch events.
These scripts can trigger a
push
,release
, orworkflow_dispatch
event but they can do that depending on the e2e workflow file name. So we should be able to merge them.e2e-create-release.sh
: Currently used to createrelease
events.e2e-dispatch.sh
: currently used to createworkflow_dispatch
events.e2e-nodejs-push.sh
: Currently used for Node.js builder e2e tests to generatepush
to branch,push
to tag,release
,create
, andworkflow_dispatch
events.e2e-push-tag.sh
: Currently used to createpush
to tag events.e2e-push.sh
: Currently used to generatepush
to branch events.e2e-maven-push.sh
- Currently used topush
for Maven builder testse2e-gradle-push.sh
upcoming in Add test for Gradle builder #270We should probably refactor a bit so that there isn't too much hard-to-read code branching.
There are a few things that need to happen differently based on a few things:
Workflow:
Event type:
e2e/<workflow-file>.txt
and push it. This will allow us to filter the e2e test triggers to only trigger on that file. This will help us fix Canceling since a higher priority waiting request for 'e2e-nodejs-push-main-disttag-slsa3' exists #228.The text was updated successfully, but these errors were encountered: