Skip to content

Commit 5be0428

Browse files
chore: update CI versions to 22.0 (#967)
1 parent 5bb2fdb commit 5be0428

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/codegen-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
# TODO: can we cache some layers of the image for faster download?
5555
# we probably don't want to cache the final image for IP security...
5656
run: |
57-
docker pull --quiet us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_0
57+
docker pull --quiet us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_2
5858
# set $LOOKER_OPTS to --no-ssl if we want to turn off ssl
59-
docker run --name looker-sdk-codegen-ci -d -p 10000:9999 -p 20000:19999 us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_0
59+
docker run --name looker-sdk-codegen-ci -d -p 10000:9999 -p 20000:19999 us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_2
6060
docker logs -f looker-sdk-codegen-ci --until=30s &
6161
6262
- uses: actions/setup-node@v1

.github/workflows/lerna-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242

4343
- name: Pull and run Looker docker image
4444
run: |
45-
docker pull --quiet us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_0
46-
docker run --name looker-sdk-codegen-ci -d -p 10000:9999 -p 20000:19999 us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_0
45+
docker pull --quiet us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_2
46+
docker run --name looker-sdk-codegen-ci -d -p 10000:9999 -p 20000:19999 us-west1-docker.pkg.dev/cloud-looker-sdk-codegen-cicd/looker/22_2
4747
docker logs -f looker-sdk-codegen-ci --until=30s &
4848
4949
- uses: actions/setup-node@v2

.github/workflows/python-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- '21_18'
112112
- '21_20'
113113
- '22_0'
114+
- '22_2'
114115
# TODO uncomment `include:` when either macos or windows works to satisfaction.
115116
#include:
116117
# TODO: macos matrix leg is functional but it takes ~20 minutes (compared

.github/workflows/tssdk-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- '21_18'
122122
- '21_20'
123123
- '22_0'
124+
- '22_2'
124125

125126
steps:
126127
- name: Repo Checkout

0 commit comments

Comments
 (0)