-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/e2e: stop creating GitHub repositories
Following the TODO I left for myself a few weeks ago, we no longer need to create one GitHub repository per testscript as we now support publishing modules under subdirectories via GitHub. The first main advantage is that we no longer require a $GITHUB_TOKEN secret to create such repos, simplifying the setup to run the tests. The second advantage is the tests are now faster, as they skip the setup and cleanup steps to create and delete repos, which are full round-trip GitHub API operations. The third, and perhaps most important advantage, is that we no longer add any extra module dependency beyond what the root cuelang.org/go module already requires. This perhaps drops the need for ./internal/e2e to be a separate module; a follow-up change will attempt un-doing that. Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: Ie869485aa93a0f1f980649f4ea57bd279a8a737c Dispatch-Trailer: {"type":"trybot","CL":1178251,"patchset":3,"ref":"refs/changes/51/1178251/3","targetBranch":"master"}
- Loading branch information
Showing
8 changed files
with
37 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters