Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Kenneth Ye 3ab9c40c53
Update go versions to 1.22 and remove end of support runtimes (#353)
* Update go versions to 1.22

Signed-off-by: kennethye1 <kennethye1@hotmail.com>

* Upgrade aetest to go122

Signed-off-by: kennethye1 <kennethye1@hotmail.com>

---------

Signed-off-by: kennethye1 <kennethye1@hotmail.com>
2024-04-08 14:36:47 -07:00
Diogo Teles Sant'Anna aabaab1e9a
Feature: Hash-pin sensitive workflow dependencies and enable dependabot for them (#332)
* feat: hash-pin sensitive workflows

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>

* feat: configure dependabot to run over github actions

This also is specifying how dependabot will work on updates for go
modules.

The config is set up to:
- Update github actions together in a single monthly PR
- Version updates for GO modules from "/go.mod" will be sent together in a weekly PR.
- Version updates for GO modules from "/v2/go.mod" will be sent separately from the
ones in "/go.mod", but will also be sent together in a weekly PR.

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>

---------

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
2023-12-13 10:53:22 -08:00
Diogo Teles Sant'Anna 7e3e91d839
ci: set minimal permisisons on github workflows (#325)
Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
2023-09-25 13:55:22 -07:00
Jongwoo Han aa58fcd18e
Replace deprecated command with environment file (#318)
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-08-29 18:12:52 -07:00
Chi Zhang a080531dca
ci: Update go-version matrix (#319)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: chizhg <chizhg@users.noreply.github.com>
2023-08-18 10:01:32 -07:00
jinglundong f96845d4a0
Upgrade python version being used by the ci workflow. (#315)
* Upgrade python version being used by the ci workflow.

* Update the python version in instance_vm.go.

* Try to fix the v1 gomod test.

* Add export python3 back.

* Stop trying to find python2.7.

* Seems like we still need to install python3.

* There seems to be a mismatch between APPENGINE_DEV_APPSERVER_BINARY and APPENGINE_DEV_APPSERVER.

* Apply the same change to v2 ci.
2023-07-11 12:33:44 -07:00
Chi Zhang f9c3e90be8
Update go-version matrix (#309)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: chizhg <chizhg@users.noreply.github.com>
2023-03-27 11:55:40 -07:00
Chi Zhang 4c82e82f6d
Fix the ci-update-workflow GitHub Actions (#308) 2023-03-24 12:10:36 -07:00
Chi Zhang a8588697be
Add a ci-update-workflow GitHub Actions to update the go-version matrix (#307)
Signed-off-by: Chi Zhang <chizhg@google.com>
2023-03-23 10:31:40 -07:00
Ludovic Champenois b75a6de6d8
Run go get google.golang.org/appengine/v2/search (#305)
* Install python2 needed for the tests.

* Update base image and install python2

* Adding python2

* adding python 2

* Add more go versions to test.

* remove 1.11

* Adding go get google.golang.org/appengine/v2/search missing from previous PR.

* Typo
2023-03-16 22:30:00 +01:00
Ludovic Champenois 6e2c50e5f1
Install Python2 in base image for DevAppServer tests and change test matrix for 1.11 and 1.20.x (#304)
* Install python2 needed for the tests.

* Update base image and install python2

* Adding python2

* adding python 2

* Add more go versions to test.

* remove 1.11
2023-03-15 18:09:59 -07:00
Jihui Nie 06b058b43d
Add Go 1.20 to tested Go versions (#303) 2023-03-06 17:24:16 -08:00
Jihui Nie 504804fb50
Add Go 1.18 and Go 1.19 to tested Go versions (#293) 2022-11-16 17:32:20 -08:00
Zev Goldstein 1f271900b9
prevent github from cancelling all test jobs when one fails (#285) 2022-07-14 18:16:18 -04:00
Benny Siegert ca3835e9b4
Fix golang/appengine CI (#280)
With google-github-actions/setup-gcloud#539, they broke Github workflows
specifying the "master" branch ahead of the rename of the branch to
'main'.
2022-04-04 10:04:24 -07:00
Kayla Nguyen da036ec7cb
refactor: pin setup-gcloud gh action to v0 (#274) 2022-01-05 13:43:07 -08:00
Lukas Berger bbd66e8159
Add Go 1.16 to tested Go versions (#255) 2021-12-29 14:22:07 -08:00
Kayla Nguyen 6d50fa8477
Update backgroundcontext comment (#267) 2021-10-27 13:14:45 -07:00
Kayla Nguyen cefb82f5c0
Run ci workflow on v2/. (#260)
* Enable aetest tests
* Fix v2/aefix to work with appengine/v2
* Update Contributing docs
2021-08-13 16:25:29 -07:00
Kayla Nguyen d0e56bde7a
Migrate travis ci to Github actions. (#253)
* Run CI tests against go 1.11 to 1.15 

* Run gopath test for go 1.11 and go 1.12

* Update README with CI status
2021-07-21 18:37:41 -07:00