Commit Graph

37 Commits (b3c33a40b85efb8367363561271a204325a04d3b)

Author SHA1 Message Date
Frostebite 1dafbe5f27 fixing cache folder 2022-01-07 22:56:15 +00:00
Frostebite f47b8864a5 Caching cleanup 2022-01-02 19:43:55 +00:00
Frostebite 526da2841f Log to google for GCP_LOGGING 2022-01-02 03:18:39 +00:00
Frostebite d9d4d26748 Log to google for GCP_LOGGING 2022-01-02 00:33:18 +00:00
Frostebite 8720fbad32 cleanup 2021-12-31 06:11:00 +00:00
Frostebite d2c92576f0 command start and end injector 2021-12-29 16:55:37 +00:00
Frostebite 2022984549 command start and end injector 2021-12-29 16:41:52 +00:00
Frostebite 97a9b8a703 command start and end injector 2021-12-29 16:37:48 +00:00
Frostebite 3ad76f7e5a Fixing cloud runner always running 2021-12-29 16:18:36 +00:00
Frostebite 6562431335 Fixing cloud runner always running 2021-12-29 16:10:03 +00:00
Frostebite 52c2a66b7c Cleanup 2021-12-25 20:14:55 +00:00
Frostebite 92812497f1 Reduce scope of entrypoint for cloud runner 2021-12-25 19:38:48 +00:00
Frostebite 0077a33392 Refactor CLI/cleanup 2021-12-25 19:35:09 +00:00
Frostebite 3a39995b22 Move compress step into builder 2021-12-22 02:25:18 +00:00
Frostebite 62b4c04614 Setup cloud runner state properly within RemoteClientCli 2021-12-22 01:12:36 +00:00
Frostebite b98c63baf5 Move shell scripts into remote-cli 2021-12-19 23:46:04 +00:00
Frostebite 6803240db7 Move shell scripts into remote-cli 2021-12-19 22:36:14 +00:00
Frostebite 44a7c1f5b3 Move shell scripts into remote-cli 2021-12-19 22:35:28 +00:00
Frostebite ccfd3cdb2d Move shell scripts into remote-cli 2021-12-19 22:28:07 +00:00
Frostebite b10ad0165c Further improvement of remote-cli, serialize all build params and setup on remote cli 2021-12-19 21:38:59 +00:00
Frostebite 08810c4d51 Further improvement of CLI implementation and error handling 2021-12-19 01:45:55 +00:00
Frostebite 13088351bd CLI merged with main entrypoint 2021-12-13 22:21:26 +00:00
Frostebite e0f08a973c cli 2021-12-06 20:56:40 +00:00
Frostebite 66b320318f fixes 2021-09-08 23:17:23 +01:00
mdugdale 7034f51d93 Cleanup and custom steps 2021-08-22 00:26:03 +01:00
Frostebite 150c69904b Fix 2021-08-17 22:13:46 +00:00
Frostebite 365c99eb27 run builder in builder 2021-07-07 23:34:24 +01:00
Frostebite 43029d500d run builder in builder 2021-07-07 23:24:59 +01:00
Frostebite da64845ac6 run builder in builder 2021-07-03 01:03:21 +01:00
Frostebite 404dba1fc1 run builder in builder 2021-07-03 00:08:54 +01:00
Frostebite 2b559c587f Testing unified providers for k8s and aws 2021-06-19 21:19:22 +01:00
Frostebite ca6d7c750e Fix: watch pod until running 2021-06-19 05:49:32 +01:00
Frostebite 9309e3aa91 Kubernetes refactor 2021-06-06 20:39:06 +01:00
Frostebite 0ae8dc9a20 cleanup 2021-05-28 20:27:39 +01:00
Frostebite c96b8cf443
Remote builder refactoring (#264)
Remote builder refactoring
2021-05-23 05:08:40 +01:00
Frostebite 501c67e40c
Implement AWS Fargate support [Large build support] (#246)
* Implement AWS Fargate support

* Update aws-tests workflow to include aws-ts-clean

* support remoteBuildCpu and remoteBuildContainer parameters for aws

* Syntax fix

* remove package-lock add yarn.lock

* yarn lock

* if: github.event.pull_request.draft == false

Co-authored-by: mdugdale <mark.dugdale@bossastudios.com>
2021-04-20 22:46:37 +02:00
Webber Takken 4fde4e47b6
Refactor action to typescript (#226)
* Refactor to typescript (config part)

* Refactor to typescript (convert extensions, minor fixes)

* Refactor to typescript (move from `action` to `dist`)

* Re-enable integrity-check for dist index.js

* Fix all tests and lints

* fix parsing major versions

* Test patch level to be digits only

* debug

* debug

* uncache

* manual compile

* debug

* debug

* Debug

* Build lib - doh

* remove diff check

* Make kubernetes workflow manual

* Properly generate 3 digit for simple major tags

* Remove ts-ignore

* re-enable cache
2021-03-14 00:44:01 +01:00