Skip to content

Commit 09690d5

Browse files
committed
add helpful comment to yaml
1 parent bee86fe commit 09690d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer/cicd_sample/test-dags.cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ steps:
2323
entrypoint: pip
2424
args: ["install", "-r", "requirements-test.txt", "--user"]
2525

26-
# run in python 3.8 due to pytest issues with python 3.10
27-
# TODO: refactor to call all tests not just one test command
26+
# run in python 3.8 which is latest version in Cloud Composer
27+
# SHORT_SHA is a default Cloud Build substitution
28+
# that is the first seven characters of COMMIT_SHA
2829
- name: python:3.8-slim
2930
entrypoint: python3.8
3031
args: ["-m", "pytest", "-s", "dags/", "--junitxml=${SHORT_SHA}_test_log.xml"]

0 commit comments

Comments
 (0)