Commit Graph

8 Commits

Author SHA1 Message Date
Carlos Mocholí 7f3e9de726
Fix TPU tests on master builds (#15349) 2022-10-31 15:58:02 +00:00
Carlos Mocholí 54e76683fa
Drop "full" suffix in CI (#15320) 2022-10-26 16:24:16 +02:00
Jirka Borovec 9c2164a1ad
Run all tests in master (#15288)
* example full tests on master

* Modify checkgroup

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-10-25 12:34:04 -04:00
Carlos Mocholí 777a12aa69
Allow sharing secrets on TPU tests (#15289) 2022-10-25 09:23:39 -04:00
dependabot[bot] 47a2a62aed
Use `google-github-actions/get-gke-credentials@v0` (#15264)
* Bump google-github-actions/get-gke-credentials from 0.2.1 to 0.8.2

Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0.2.1 to 0.8.2.
- [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases)
- [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md)
- [Commits](fb08709ba2...45e9605d68)

---
updated-dependencies:
- dependency-name: google-github-actions/get-gke-credentials
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/tpu-tests.yml

* Don't use deprecated credentials input

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-10-24 21:42:08 +00:00
Carlos Mocholí 103d8ee2a9
Disable package parametrizations until they are fixed (#15273)
* Disable package parametrizations until they are fixed

* Apply suggestions from code review

* Reword

* What does this mean?

* Missed some

* Update .github/workflows/ci-app-examples.yml

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* Update .github/workflows/ci-app-examples.yml

* trigger ci

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-10-24 18:54:06 +02:00
Jirka Borovec e2d03bab04
CI name for TPU (#15258)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-10-24 09:19:42 +00:00
Carlos Mocholí 375ab53861
Migrate TPU tests to GitHub actions (#14687)
* Migrate TPU tests to GitHub actions

* No working dir

* Keep _target

* Dont skip draft

* CHECK_SLEEP

* Not yet

* Remove recurrent cleanup script

* Set secrets

* a step cannot have both the `uses` and `run` keys

* Version $PYTHON_VER was not found in the local cache

* can't load package ... ($GOPATH not set)

* The `set-env` command is disabled

* Try updating go

* Match timeout

* simplify path

* More cleanup

* Install coverage. Unmark draft

* Update .github/workflows/ci-pytorch-test-tpu.yml

* DEBUG echo

* Revert "DEBUG echo"

This reverts commit 4011856e6e.

* More debug

* SSH

* Im stupid

* Remove always()

* Forgot some

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-21 20:01:39 +02:00