Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Pull request template for Flyteplugins #66

Merged
merged 2 commits into from
Mar 7, 2020
Merged

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Mar 7, 2020

TL;DR

Adds a standardized pull request template from boilerplate

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

Added a new pull_request_template.md

Tracking Issue

flyteorg/flyte#194

Follow-up issue

NA

katrogan
katrogan previously approved these changes Mar 7, 2020
bnsblue
bnsblue previously approved these changes Mar 7, 2020
wild-endeavor
wild-endeavor previously approved these changes Mar 7, 2020
@kumare3 kumare3 dismissed stale reviews from wild-endeavor, bnsblue, and katrogan via 2eb2f8c March 7, 2020 02:36
Copy link
Contributor

@wild-endeavor wild-endeavor left a comment

Choose a reason for hiding this comment

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

anyway we can test this just to be sure?

@kumare3
Copy link
Contributor Author

kumare3 commented Mar 7, 2020

I made sure all unit tests pass. The changes are only in linters

@kumare3 kumare3 merged commit dc076e4 into master Mar 7, 2020
bnsblue pushed a commit to flyteorg/flyte that referenced this pull request Apr 7, 2020
This deploys the changes from
flyteorg/flytepropeller#200
lyft/flytedynamicjoboperator_DEPRECATED#98
flyteorg/flyteplugins#66

and changes the execution of the `hive` task type from the Qubole operator, to a plugin.  It also add a pretty simple Redis deployment to use as a temporary FRM.  **Note** that it currently uses and `emptyDir`, which means that if the Redis pod goes down, and it comes back up, we could potentially double the number of queries we want to run.  If it goes down again, we could potentially triple.

The yaml file for the redis deployment came from a local Helm deployment of redis.  I then did an `-o yaml` get and heavily modified it and removed a bunch of stuff that wasn't needed.

This PR does not remove the deployment of the Qubole operator yet, so we'll have to do that in a future PR, and the QuboleJob CRD will continue to function.  Nothing will be using it though, so it should be okay.
eapolinario pushed a commit that referenced this pull request Sep 6, 2023
* Pull request template for Flyteplugins
* Linter fixes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants