Skip to content

Commit

Permalink
testing with new bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Aug 6, 2024
1 parent 82097d0 commit c0f9e16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_integration_test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run integration tests
on:
push:
branches:
- dev
- feat-53-integration-testing

jobs:
integration_tests:
Expand All @@ -12,9 +12,9 @@ jobs:
id-token: write
contents: read
env:
AWS_METADATA_MAPPER_ROLE: ${{ secrets.AWS_METADATA_MAPPER_ROLE_DEV }}
AWS_METADATA_MAPPER_BUCKET: ${{ vars.AWS_METADATA_MAPPER_BUCKET_DEV }}
AWS_REGION: ${{ vars.AWS_REGION_DEV }}
AWS_METADATA_MAPPER_ROLE: ${{ secrets.AWS_METADATA_MAPPER_ROLE_PROD }}
AWS_METADATA_MAPPER_BUCKET: ${{ vars.AWS_METADATA_MAPPER_BUCKET_PROD }}
AWS_REGION: ${{ vars.AWS_REGION_PROD }}
MOUNT_S3_URL: ${{ vars.MOUNT_S3_URL }}
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ There are several libraries used to run linters and check documentation. We've i
### Integration Testing
To ensure that an ETL runs as expected against data on the VAST, you can run an integration test locally by pointing to the input directory on VAST. For example, to test the 'bergamo' package:
```bash
python tests/integration/bergamo/session.py --input_source "/path/to/test/data/folder" IntegrationTestBergamo
python tests/integration/bergamo/session.py --input_source "/allen/aind/scratch/svc_aind_upload/test_data_sets/bergamo" IntegrationTestBergamo
```

0 comments on commit c0f9e16

Please sign in to comment.