Skip to content

Commit

Permalink
disable reference tests for gha testing
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed Oct 24, 2024
1 parent c2a7319 commit e8c27ad
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
prerun_cmd: cp ./tests/deeprvat/training_association_testing/deeprvat_config.yaml ./example/

Pipeline-Tests-RunTraining:
needs: [Smoke-RunTraining, Reference-Output-Training]
needs: [Smoke-RunTraining] #, Reference-Output-Training]
uses: ./.github/workflows/run-pipeline.yml
with:
pipeline_file: ./pipelines/run_training.snakefile
Expand All @@ -44,35 +44,35 @@ jobs:
download_training_outputs: true
run_training_results_check: true

Reference-Output-Training:
uses: ./.github/workflows/run-pipeline.yml
with:
branch: main
pipeline_file: ./pipelines/run_training.snakefile
environment_file: ./deeprvat_env_no_gpu.yml
prerun_cmd: cp ./tests/deeprvat/training_association_testing/deeprvat_config.yaml ./example/
dry_run: false
upload_training_outputs: true

Reference-Output-Pretrained:
uses: ./.github/workflows/run-pipeline.yml
with:
branch: main
pipeline_file: ./pipelines/association_testing_pretrained.snakefile
environment_file: ./deeprvat_env_no_gpu.yml
prerun_cmd: cp ./tests/deeprvat/pretrained/deeprvat_config.yaml ./example/
dry_run: false
upload_pretrained_outputs: true
# Reference-Output-Training:
# uses: ./.github/workflows/run-pipeline.yml
# with:
# branch: main
# pipeline_file: ./pipelines/run_training.snakefile
# environment_file: ./deeprvat_env_no_gpu.yml
# prerun_cmd: cp ./tests/deeprvat/training_association_testing/deeprvat_config.yaml ./example/
# dry_run: false
# upload_training_outputs: true

# Reference-Output-Pretrained:
# uses: ./.github/workflows/run-pipeline.yml
# with:
# branch: main
# pipeline_file: ./pipelines/association_testing_pretrained.snakefile
# environment_file: ./deeprvat_env_no_gpu.yml
# prerun_cmd: cp ./tests/deeprvat/pretrained/deeprvat_config.yaml ./example/
# dry_run: false
# upload_pretrained_outputs: true

Reference-Output-Pretrained-Regenie:
uses: ./.github/workflows/run-pipeline.yml
with:
branch: main
pipeline_file: ./pipelines/association_testing_pretrained_regenie.snakefile
environment_file: ./deeprvat_env_no_gpu.yml
prerun_cmd: cp ./tests/deeprvat/regenie/pretrained/deeprvat_config.yaml ./example/
dry_run: false
upload_regenie_outputs: true
# Reference-Output-Pretrained-Regenie:
# uses: ./.github/workflows/run-pipeline.yml
# with:
# branch: main
# pipeline_file: ./pipelines/association_testing_pretrained_regenie.snakefile
# environment_file: ./deeprvat_env_no_gpu.yml
# prerun_cmd: cp ./tests/deeprvat/regenie/pretrained/deeprvat_config.yaml ./example/
# dry_run: false
# upload_regenie_outputs: true

# Association Testing Pretrained Pipeline
Smoke-Association-Testing-Pretrained:
Expand All @@ -83,7 +83,7 @@ jobs:
prerun_cmd: cp ./tests/deeprvat/pretrained/deeprvat_config.yaml ./example/

Pipeline-Tests-Training-Association-Testing:
needs: [Smoke-Association-Testing-Pretrained, Reference-Output-Pretrained]
needs: [Smoke-Association-Testing-Pretrained] #, Reference-Output-Pretrained]
uses: ./.github/workflows/run-pipeline.yml
with:
pipeline_file: ./pipelines/association_testing_pretrained.snakefile
Expand All @@ -103,7 +103,7 @@ jobs:
prerun_cmd: cp ./tests/deeprvat/regenie/pretrained/deeprvat_config.yaml ./example/

Pipeline-Tests-Association-Testing-Pretrained-Regenie:
needs: [Smoke-Association-Testing-Pretrained-Regenie, Reference-Output-Pretrained-Regenie]
needs: [Smoke-Association-Testing-Pretrained-Regenie] #, Reference-Output-Pretrained-Regenie]
uses: ./.github/workflows/run-pipeline.yml
with:
pipeline_file: ./pipelines/association_testing_pretrained_regenie.snakefile
Expand Down

0 comments on commit e8c27ad

Please sign in to comment.