Skip to content

Commit

Permalink
Go back to testing state
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Jan 17, 2025
1 parent bf146fe commit 48587cd
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,73 +32,73 @@ jobs:
matrix:
# Batch test fixes to land later
include:
- 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: 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: 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)
- build_type: dbms
friendly_name: DBMS
- build_type: centaurTes
build_mysql: 5.7
friendly_name: Centaur TES with MySQL 5.7
- build_type: centaurLocal
build_mysql: 5.7
friendly_name: Centaur Local with MySQL 5.7
- build_type: checkPublish
friendly_name: Check Publish
- build_type: centaurAws
build_mysql: 5.7
friendly_name: Centaur AWS with MySQL 5.7
- build_type: centaurDummy
build_mysql: 5.7
friendly_name: Centaur Dummy with MySQL 5.7
- build_type: centaurHoricromtalPapiV2beta
build_mysql: 5.7
friendly_name: Centaur Horicromtal PapiV2 Beta with MySQL 5.7
- build_type: horicromtalDeadlock
friendly_name: Horicromtal Deadlock
- build_type: singleWorkflowRunner
friendly_name: Single Workflow Runner
- build_type: centaurLocal
build_mariadb: 10.3
friendly_name: Centaur Local with MariaDB 10.3
- build_type: centaurLocal
build_postgresql: 11.3
friendly_name: Centaur Local with PostgreSQL 11.3
- build_type: centaurEngineUpgradeLocal
build_mysql: 5.7
friendly_name: Centaur Engine Upgrade Local with MySQL 5.7
- build_type: referenceDiskManifestBuilderApp
friendly_name: Reference Disk Manifest Builder App
# - 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: 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: 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)
# - build_type: dbms
# friendly_name: DBMS
# - build_type: centaurTes
# build_mysql: 5.7
# friendly_name: Centaur TES with MySQL 5.7
# - build_type: centaurLocal
# build_mysql: 5.7
# friendly_name: Centaur Local with MySQL 5.7
# - build_type: checkPublish
# friendly_name: Check Publish
# - build_type: centaurAws
# build_mysql: 5.7
# friendly_name: Centaur AWS with MySQL 5.7
# - build_type: centaurDummy
# build_mysql: 5.7
# friendly_name: Centaur Dummy with MySQL 5.7
# - build_type: centaurHoricromtalPapiV2beta
# build_mysql: 5.7
# friendly_name: Centaur Horicromtal PapiV2 Beta with MySQL 5.7
# - build_type: horicromtalDeadlock
# friendly_name: Horicromtal Deadlock
# - build_type: singleWorkflowRunner
# friendly_name: Single Workflow Runner
# - build_type: centaurLocal
# build_mariadb: 10.3
# friendly_name: Centaur Local with MariaDB 10.3
# - build_type: centaurLocal
# build_postgresql: 11.3
# friendly_name: Centaur Local with PostgreSQL 11.3
# - build_type: centaurEngineUpgradeLocal
# build_mysql: 5.7
# friendly_name: Centaur Engine Upgrade Local with MySQL 5.7
# - build_type: referenceDiskManifestBuilderApp
# friendly_name: Reference Disk Manifest Builder App
- build_type: centaurSlurm
build_mysql: 5.7
friendly_name: "Centaur Slurm with MySQL 5.7"
- build_type: centaurBlob
build_mysql: 5.7
friendly_name: Centaur Blob
# - build_type: centaurBlob
# build_mysql: 5.7
# friendly_name: Centaur Blob
name: ${{ matrix.friendly_name }}
env:
BUILD_NAME: ${{ matrix.build_type }}
Expand All @@ -122,12 +122,12 @@ jobs:
with:
cromwell_repo_token: ${{ secrets.BROADBOT_GITHUB_TOKEN }}
# Activate SSH and idle for 30 minutes
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 30
# with:
# limit-access-to-actor: true
# detached: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
limit-access-to-actor: true
detached: true
#This script bascially just looks up another script to run, assuming that the other script's filename is:
#src/ci/bin/test${BUILD_TYPE}.sh. The first letter of the BUILD_TYPE is automatically capitalized when looking.
- name: Run Integration Test
Expand Down

0 comments on commit 48587cd

Please sign in to comment.