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

Remove deployment to play store for linux case in deploy_gallery test #67349

Conversation

keyonghan
Copy link
Contributor

Description

We are migrating deploy_gallery to LUCI, but find the deployment to play store has not been run for a while, and can be removed.
This is to remove deployment to play store for deploy_gallery test.

Related Issues

#66707

@flutter-dashboard flutter-dashboard bot added the team Infra upgrades, team productivity, code health, technical debt. See also team: labels. label Oct 5, 2020
set -x
(
cd dev/integration_tests/flutter_gallery/android
bundle exec fastlane deploy_play_store
Copy link
Member

Choose a reason for hiding this comment

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

you can remove all fastlane related code in the codebase as well. There are some in .cirrus.yaml. You can skip fastlane related setup in the dockerfile as well. Also the various fastlane related files in flutter_gallery/android|ios/fastlane.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please help take another look.
Gemfile.lock was updated after I ran bundle after removing fastlane codes from Gemfile.

@@ -2,7 +2,3 @@
# in dev/ci/docker_linux/Dockerfile to retrigger a Docker build on Cirrus.

source "https://rubygems.org"

Copy link
Member

Choose a reason for hiding this comment

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

This PR looks good to me.

As a nit, can you also update the timestamp on the Dockerfile https://github.com/flutter/flutter/blob/master/dev/ci/docker_linux/Dockerfile#L13, to bust the cache and trigger a rebuild of the Dockerfile. I want to make sure that all the linux tests pass without fastlane installed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

@xster
Copy link
Member

xster commented Oct 6, 2020

LGTM. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants