Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: beanstalk cleanup #268

Merged
merged 4 commits into from
May 17, 2022
Merged

chore: beanstalk cleanup #268

merged 4 commits into from
May 17, 2022

Conversation

ebezzi
Copy link
Member

@ebezzi ebezzi commented May 17, 2022

Reviewers

Functional:
@MDunitz

Readability:


Changes

  • add
  • remove
  • modify

@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #268 (96ed242) into main (b7d16b8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #268   +/-   ##
=======================================
  Coverage   76.12%   76.12%           
=======================================
  Files          90       90           
  Lines        6660     6660           
=======================================
  Hits         5070     5070           
  Misses       1590     1590           
Flag Coverage Δ
frontend 76.12% <ø> (ø)
javascript 76.12% <ø> (ø)
smokeTest ?
unitTest 76.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/eb/app.py 0.00% <ø> (ø)
eb/app.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7d16b8...96ed242. Read the comment docs.

zip -r ../artifact.zip . --exclude server/tests/\* server/eb/\* ; ); \
if ! grep artifact.zip .elasticbeanstalk/config.yml ; then \
mkdir -p .elasticbeanstalk ; cat config_deploy.yaml >> .elasticbeanstalk/config.yml ; fi

.PHONY: build-ecs
build-ecs: clean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be moved to the base makefile?

Copy link
Contributor

@MDunitz MDunitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with one small nit

@MDunitz MDunitz merged commit dbbbb5e into main May 17, 2022
@MDunitz MDunitz deleted the ebezzi/beanstalk-cleanup branch May 17, 2022 17:57
@MDunitz MDunitz mentioned this pull request May 17, 2022
Bento007 pushed a commit that referenced this pull request May 17, 2022
* Remove unused build steps and comments

* Remove gitignore

* Remove more stuff

* remove more GHA workflows
@atolopko-czi
Copy link
Contributor

Should we also remove or rename the eb directory? (in a new branch/PR)

@atolopko-czi
Copy link
Contributor

The EB AWS resource hasn't been destroyed. Is that future work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants