Skip to content

Commit

Permalink
Docker - Airflow - BUMP to 2.10.2 & debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek committed Oct 9, 2024
1 parent 5defe8a commit 3149380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/airflow/tests/functional_tests/running_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@ setup:
- 'MYSQL_ROOT_PASSWORD=some-password'
- '-d'
- 'marketplace.gcr.io/google/postgresql13'
- command: [sleep, '20s']
- command: [sleep, '180s']
- command:
- 'docker'
- 'run'
Expand All @@ -54,7 +54,7 @@ setup:
- '-d'
- '$IMAGE'
- 'webserver'
- command: [sleep, '70s']
- command: [sleep, '180s']

teardown:
- command: [docker, stop, some-airflow-$UNIQUE-id, some-postgres-$UNIQUE-id]
Expand Down

0 comments on commit 3149380

Please sign in to comment.