Commit Graph

5 Commits

Author SHA1 Message Date
Jordan Dominion
f9d06dce09 Fix TGS Test (#86840)
TGS now does some validation of the access token you give it, which
doesn't work well in an actions environment. Just don't give it a token
unless absolutely necessary.

Private repos can eat shit cause this is AGPL code.
2024-09-22 17:59:13 +02:00
Jordan Dominion
f2f859d729 Update TGS Tester script for TGS6 (#80558)
Fix broken CI's
2023-12-28 15:22:05 +01:00
Jordan Dominion
12102ae0a6 Fix raciness in TGS test (#76929)
Recent update added a 409 response if two or more configuration accesses
were attempted simultaneously.
2023-07-18 12:14:07 -06:00
Jordan Dominion
8e5ed84157 Conditionally run TGS tests (#73704)
Also add test merge support for pull requests
2023-03-04 10:25:53 -08:00
Jordan Dominion
182a958af6 Update some TGS stuff (#73414)
- Make names version independent
- Version .yml file (Will I write the code to ever use it, who tf
knows?)
- Add WatchdogLaunch.sh to .yml
- Remove defunct PreSynchronize script.
- Cargo isn't needed in WatchdogLaunch
- Why are we running apt outside of the if?
- grep was only needed for the LinuxOneShot (old tool)
- Bring common code into one file

TODO:
- [x] Test this shit

- Added a test app, ran locally, verified the scripts work, added it to
CI

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: san7890 <the@san7890.com>
2023-02-21 15:49:16 -08:00