Commit Graph

  • cd310988c9 slight refactor, bring pod phase to k8s lib, better types Thomas Boop 2022-06-06 22:39:28 -04:00
  • 1bfc52f466 Merge pull request #2 from actions/nikola-jokic/computed-build-directory Thomas Boop 2022-06-08 13:38:57 -04:00
  • 2aa6f9d9c8 added quotes back to the path Nikola Jokic 2022-06-08 17:39:37 +02:00
  • 3d0ca83d2d removed quotes around -e env variables Nikola Jokic 2022-06-08 17:37:43 +02:00
  • 5daaae120b Merge pull request #9 from actions/nikola-jokic/user-volume-mounts-path Thomas Boop 2022-06-08 11:15:31 -04:00
  • df448fbbb0 cleared registry for testing Nikola Jokic 2022-06-08 17:13:43 +02:00
  • ee2554e2c0 filter out empty ports Nikola Jokic 2022-06-08 16:49:44 +02:00
  • f764d18c4c Update packages/k8s/src/k8s/utils.ts Thomas Boop 2022-06-08 09:41:38 -04:00
  • 55761eab39 Merge pull request #10 from actions/nikola-jokic/docker-test-refactor Thomas Boop 2022-06-08 09:40:49 -04:00
  • 51bd8b62a4 Merge branch 'nikola-jokic/docker-env' into nikola-jokic/computed-build-directory Nikola Jokic 2022-06-08 15:07:59 +02:00
  • 150bc0503a substituited all -e key=value to -e key Nikola Jokic 2022-06-08 15:02:40 +02:00
  • 9ce39e5a60 Merge branch 'main' into nikola-jokic/computed-build-directory Nikola Jokic 2022-06-08 14:37:13 +02:00
  • 8351f842bd added isAlpine test to prepare job Nikola Jokic 2022-06-08 14:29:10 +02:00
  • bf3707d7e0 added guard around prependPath Nikola Jokic 2022-06-08 13:28:46 +02:00
  • 88b7b19db7 fixed interface for hooklib and example repos Nikola Jokic 2022-06-08 13:25:45 +02:00
  • dd5dfb3e48 refactored tests to be easier to follow Nikola Jokic 2022-06-08 13:20:54 +02:00
  • 84a57de2e3 added tests around user volume mounts for prepare job Nikola Jokic 2022-06-08 11:23:05 +02:00
  • fa680b2073 Merge branch 'nikola-jokic/user-volume-mounts-path' of https://github.com/actions/runner-container-hooks into nikola-jokic/user-volume-mounts-path Nikola Jokic 2022-06-08 11:02:49 +02:00
  • 02f0b322a0 fixed merge conflict, repaired paths in examples Nikola Jokic 2022-06-08 11:02:33 +02:00
  • ecb9376000 Merge pull request #4 from actions/thboop/setupTests Thomas Boop 2022-06-07 22:38:06 -04:00
  • cc90cd2361 pr feedback Thomas Boop 2022-06-07 16:47:45 -04:00
  • 152c4e1cc8 Update packages/k8s/src/k8s/utils.ts Thomas Boop 2022-06-07 16:38:02 -04:00
  • d0e094649e use variable for env GITHUB_WORKSPACE Nikola Jokic 2022-06-07 16:48:05 +02:00
  • 3ba45d3d7e user volume mount fix based on workspacePath Nikola Jokic 2022-06-07 16:47:05 +02:00
  • 58ebf56ad3 Merge branch 'main' into nikola-jokic/computed-build-directory Nikola Jokic 2022-06-07 10:52:28 +02:00
  • e928fa3252 Pass secrets more securely for container action Thomas Boop 2022-06-06 18:43:57 -04:00
  • ddf09ad7bd Merge pull request #3 from actions/nikola-jokic/docker-label-cleanup Thomas Boop 2022-06-06 18:36:59 -04:00
  • 689a74e352 run format Thomas Boop 2022-06-06 14:27:06 -04:00
  • 55c9198ada new pv for each pod Thomas Boop 2022-06-06 14:15:14 -04:00
  • bd7e053180 Merge pull request #5 from actions/nikola-jokic/setupTests-addition Thomas Boop 2022-06-06 09:02:00 -04:00
  • 0ebccbd8c6 fixed testing adding storage class and persistent volume and timeout to wait for cleanup Nikola Jokic 2022-06-06 12:56:50 +02:00
  • ec8131abb7 setup ci to run k8s tests Thomas Boop 2022-06-06 00:21:44 -04:00
  • 7010d21bff repaired tests Nikola Jokic 2022-06-03 16:24:20 +02:00
  • c65ec28bbb added force cleanup for network and cleanUp hook is cleaning up based on the label Nikola Jokic 2022-06-03 16:01:24 +02:00
  • c2f9b10f4d Fix case sensitive image in test Ferenc Hammerl 2022-06-03 06:56:26 -07:00
  • 1e49f4ba5b Merge branch 'nikola-jokic/computed-build-directory' of github.com:actions/runner-container-hooks into nikola-jokic/computed-build-directory Ferenc Hammerl 2022-06-03 06:52:11 -07:00
  • 171956673c Handle empty registry property in input Ferenc Hammerl 2022-06-03 06:52:06 -07:00
  • 3ab4ae20f9 added network prune Nikola Jokic 2022-06-03 15:15:19 +02:00
  • b0cf60b678 changed split to dirname and fixed syntax error in err message Nikola Jokic 2022-06-03 15:10:14 +02:00
  • 5ec2edbe11 err message suggestion Nikola Jokic 2022-06-03 15:02:10 +02:00
  • 4b7efe88ef refactored tests and added docker build test, repaired state.network Nikola Jokic 2022-06-03 14:10:15 +02:00
  • 4f9272a5ce Added resource requirement based on --cpus and --memory,-m nikola-jokic/k8s-create-options Nikola Jokic 2022-06-03 11:38:59 +02:00
  • 8bc1fbbec5 Create codeql-analysis.yml Thomas Boop 2022-06-02 15:56:52 -04:00
  • 6159767f90 Initial Commit Thomas Boop 2022-06-02 15:53:11 -04:00
  • 4c8cc497b3 Initial commit Thomas Boop 2022-06-02 15:50:35 -04:00