-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
873 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
option_settings: | ||
- option_name: WB_DB_URI | ||
value: datomic:ddb://us-east-1/WS269/wormbase | ||
value: datomic:ddb://us-east-1/WS270/wormbase | ||
- option_name: _JAVA_OPTIONS | ||
value: "-Xmx14g" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,5 +45,5 @@ option_settings: | |
aws:elasticbeanstalk:sns:topics: | ||
Notification Endpoint: [email protected] | ||
Notification Protocol: email | ||
Notification Topic ARN: arn:aws:sns:us-east-1:357210185381:ElasticBeanstalkNotifications-Environment-datomic-to-catalyst | ||
Notification Topic ARN: arn:aws:sns:us-east-1:357210185381:ElasticBeanstalkNotifications-Environment-rest | ||
Notification Topic Name: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
# Output of unit tests; path cannot contain spaces: | ||
export REST_TEST_LOG=/tmp/jenkins_rest_test_log_`date '+%s'`.log | ||
|
||
export PATH="${HOME}/.local/bin:$PATH"; | ||
|
||
echo $PATH | ||
env | ||
|
||
# make the jar | ||
make clean && make docker/app.jar | ||
|
||
# build container | ||
make build-staging | ||
|
||
# Unit tests: WormBase API and REST API | ||
#make build-run-test | tee $TEST_LOG | ||
|
||
# tag container | ||
make docker-tag-latest | ||
|
||
# push containers to AWS ECR | ||
make docker-push-ecr-latest | ||
|
||
# deploy container | ||
make dockerrun-latest | ||
cat Dockerrun.aws.json | ||
git add Dockerrun.aws.json | ||
git commit -m "use latest wormbase/rest container" # only needed locally and subsequent build will discard this commit | ||
make staging-deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.