Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[FEATURE REQUEST]: Clean up azure-pipelines.yaml (duplicate Test stages) #658
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The current azure-pipelines.yaml is highly duplicated, especially the Test stages (E2E Tests, E2E Backward Compatibility Tests, and E2E Forward Compatibility Tests).
This should be refactored to remove duplication to make it easy to maintain (e.g, adding a new Spark version to test against).