Skip to content

Commit

Permalink
AN-311 Test more MySQL versions (#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols authored Dec 10, 2024
1 parent ef8745a commit 7ce1cc2
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,30 @@ jobs:
matrix:
# Batch test fixes to land later
include:
- build_type: centaurGcpBatch
- build_type: centaurPapiV2beta
build_mysql: 5.6
friendly_name: Life Sciences, MySQL 5.6 (current Terra production)
- build_type: centaurPapiV2beta
build_mysql: 5.7
friendly_name: Centaur GCP Batch with MySQL 5.7
friendly_name: Life Sciences, MySQL 5.7
- build_type: centaurPapiV2beta
build_mysql: 8.0
friendly_name: Life Sciences, MySQL 8.0 (required Terra production)
- build_type: centaurPapiV2beta
build_mysql: 8.4
friendly_name: Life Sciences, MySQL 8.4 (aspirational Terra production)
- build_type: centaurGcpBatch
build_mysql: 5.6
friendly_name: GCP Batch, MySQL 5.6
- build_type: centaurGcpBatch
build_mysql: 5.7
friendly_name: Centaur Papi V2 Beta with MySQL 5.7
friendly_name: GCP Batch, MySQL 5.7
- build_type: centaurGcpBatch
build_mysql: 8.0
friendly_name: GCP Batch, MySQL 8.0
- build_type: centaurGcpBatch
build_mysql: 8.4
friendly_name: GCP Batch, MySQL 8.4
- build_type: centaurPapiV2betaRestart
build_mysql: 5.7
friendly_name: Centaur Papi V2 Beta (restart)
Expand Down

0 comments on commit 7ce1cc2

Please sign in to comment.