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

Revert AWS CLI upgrade and temporarily disable Tilegarden deployment #844

Merged
merged 3 commits into from
Jun 4, 2021

Conversation

KlaasH
Copy link
Contributor

@KlaasH KlaasH commented Jun 4, 2021

Overview

Two issues came up when the CI server was trying to deploy the post-PR #842 develop branch to staging.

The first was related to #823 (comment). Upgrading the AWS CLI turned out not to be essential for getting the deployment working, and since the CI server still has v1, it actually made matters worse. So this switches back to the old setup and changes the command in cipublish to make it not crash.

The other is that the Lambda deployment package for the Tilegarden service exceeds the size limit. Since we haven't changed anything, that has to be because something changed in the dependencies. I opened #843, and for now I commented the Tilegarden deployment step out of the infra script, so the deployment will just leave the existing service unchanged.

Notes

I'm doing this as a PR, but it's already been deployed to staging and the results (at least as far as confirming that big imports now work) were checked by Rebecca, so I'm going to merge it myself.

Testing Instructions

Tested by http://urbanappsci.internal.azavea.com/view/cicero/job/azavea/job/pfb-network-connectivity/job/test%252Frevert-aws-cli/4/

Checklist

  • Add entry to CHANGELOG.md

KlaasH added 3 commits June 4, 2021 11:56
This reverts commit 0d2093b and
commit c625c15.

Turns out there's a way to make cipublish work with AWS CLI v1, and the
CI server is going to be staying on v1 for the foreseeable future, so
this reverts the upgrade.
The Tilegarden package has gotten too big. We haven't changed anything,
so it has to be that the dependencies grew. But we need to figure out
how to shrink them again to get it to deploy.
Fortunately we can just keep the old one up until we've done that.
So this comments out the command in 'infra' where we try to redeploy it.
@KlaasH KlaasH merged commit ca34b63 into develop Jun 4, 2021
@KlaasH KlaasH deleted the feature/kjh/revert-aws-cli branch June 4, 2021 18:47
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.

1 participant