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

EES- 4677 Create Build Pipeline #28

Merged
merged 49 commits into from
Dec 7, 2023

Conversation

sambiramairelogic
Copy link
Collaborator

@sambiramairelogic sambiramairelogic commented Dec 4, 2023

Creates two Azure DevOps pipelines:

  • One suffixed -pr which should run automatically when changes are pushed to a branch that targets main. This pipeline builds each project, lints/type-checks, then runs all the tests projects. It will fail if any of these steps fail.
  • Another suffixed -ci which will run on the main branch whenever a change is pushed to it (i.e. when a PR is merged). This pipeline does not run linters or tests but does produce Artifacts which can then move on to infrastructure.

In order to run the linters/tests, this PR also creates three very minimal skeleton test projects. It also makes a few configuration tweaks as and where necessary.

Finally, I've taken the liberty of extending the vscode workspace file with a few extra folders and handy tasks. Very happy to amend/remove if there are any objections :)

Pipelines in DevOps:

image (3)
image (2)
image (1)
image

workingDirectory: data_ingestion

- script: |
pip install pytest pytest-azurepipelines pytest-cov
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can get rid of this line

@sambiramairelogic sambiramairelogic merged commit add8fa0 into main Dec 7, 2023
@sambiramairelogic sambiramairelogic deleted the EES-4677/create-build-pipeline branch December 7, 2023 10:22
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.

2 participants