File tree 7 files changed +122
-190
lines changed
7 files changed +122
-190
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2022 Google LLC
1
+ # Copyright 2023 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:a57d2ea6d1a77aa96c17ad0850b779ec6295f88b6c1da3d214b2095d140a2066
17
-
16
+ digest : sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " maven"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ # Disable version updates for Maven dependencies
8
+ open-pull-requests-limit : 0
9
+ - package-ecosystem : " pip"
10
+ directory : " /"
11
+ schedule :
12
+ interval : " daily"
13
+ # Disable version updates for pip dependencies
14
+ open-pull-requests-limit : 0
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ integration)
71
71
;;
72
72
graalvm)
73
73
# Run Unit and Integration Tests with Native Image
74
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
74
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
75
75
RETURN_CODE=$?
76
76
;;
77
77
graalvm17)
78
78
# Run Unit and Integration Tests with Native Image
79
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
79
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
80
80
RETURN_CODE=$?
81
81
;;
82
82
samples)
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro-resources/graalvm17"
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro-resources/graalvm"
6
+ value: " gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 1
- gcp-docuploader==0.6.3
2
- google-crc32c==1.3.0
3
- googleapis-common-protos==1.56.3
4
- gcp-releasetool==1.9.1
5
- cryptography==38.0.3
6
- cachetools==4.2.4
7
- cffi==1.15.1
8
- jeepney==0.7.1
9
- jinja2==3.0.3
10
- markupsafe==2.0.1
11
- keyring==23.4.1
12
- packaging==21.3
13
- protobuf==3.19.5
14
- pyjwt==2.4.0
15
- pyparsing==3.0.9
16
- pycparser==2.21
17
- pyperclip==1.8.2
18
- python-dateutil==2.8.2
19
- requests==2.27.1
20
- certifi==2022.9.24
21
- importlib-metadata==4.8.3
22
- zipp==3.6.0
23
- google_api_core==2.8.2
24
- google-cloud-storage==2.0.0
25
- google-resumable-media==2.3.3
26
- google-cloud-core==2.3.1
27
- typing-extensions==4.1.1
28
- urllib3==1.26.12
29
- zipp==3.6.0
30
- rsa==4.9
31
- six==1.16.0
32
- attrs==22.1.0
33
- google-auth==2.14.1
34
- idna==3.4
1
+ gcp-docuploader
2
+ gcp-releasetool>=1.10.5 # required for compatibility with cryptography>=39.x
3
+ wheel
4
+ setuptools
5
+ typing-extensions
6
+ click<8.1.0
You can’t perform that action at this time.
0 commit comments