Skip to content

Commit

Permalink
Merge branch 'main' into codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Jul 31, 2024
2 parents ac0b53e + f71cffc commit 52fffcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ phases:
- cp settings.xml ~/.m2/
- export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain cdlib-uc3-mrt --domain-owner $AWS_ACCOUNT_ID --region $AWS_REGION --query authorizationToken --output text`
- aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${ECR_REGISTRY}
# - echo s3://${S3CFBUCKET}/api
# - aws s3 ls s3://${S3CFBUCKET}/api

build:
on-failure: ABORT
Expand Down
13 changes: 13 additions & 0 deletions design/test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@
## Failure testing
- Jobs set to fail are represented correctly in ZK batch and queue nodes
- Ensure that failed jobs release all ZK locks

## Transition/Rules Testing
- Test hold collection before starting batch
- Test hold collection as a large batch is processing
- Release job while collection is held
- Release job after collection hold is released
- Release all jobs for a collection
- Requeue job failure for each phase (document how to force failures)
- Estimating
- Downloading
- Processing
- Recording
- Notify

0 comments on commit 52fffcc

Please sign in to comment.