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

fix: Dagster deployment using correct context #467

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

tijmenstor
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Sep 2, 2024

Code Coverage

Package Line Rate Health
src.mpyl 92%
src.mpyl.artifacts 60%
src.mpyl.cli 61%
src.mpyl.projects 95%
src.mpyl.reporting 100%
src.mpyl.reporting.formatting 99%
src.mpyl.stages 63%
src.mpyl.steps 88%
src.mpyl.steps.build 82%
src.mpyl.steps.deploy 73%
src.mpyl.steps.deploy.bpm 69%
src.mpyl.steps.deploy.k8s 81%
src.mpyl.steps.deploy.k8s.resources 97%
src.mpyl.steps.postdeploy 82%
src.mpyl.steps.test 93%
src.mpyl.utilities 100%
src.mpyl.utilities.bpm 78%
src.mpyl.utilities.dagster 71%
src.mpyl.utilities.github 74%
src.mpyl.utilities.helm 100%
src.mpyl.utilities.http_client 95%
src.mpyl.utilities.jenkins 69%
src.mpyl.utilities.junit 97%
src.mpyl.utilities.logging 78%
src.mpyl.utilities.pyaml_env 100%
src.mpyl.utilities.repo 65%
src.mpyl.utilities.sbt 96%
src.mpyl.utilities.subprocess 76%
src.mpyl.utilities.yaml 100%
Summary 81% (3006 / 3697)

Minimum allowed line rate is 79%

Copy link

github-actions bot commented Sep 2, 2024

New release 467.4222 deployed at Test Pypi.
Install with

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple mpyl==467.4222

@tijmenstor tijmenstor marked this pull request as ready for review September 4, 2024 12:42
@tijmenstor tijmenstor requested review from ptab and Jorg88 September 4, 2024 12:42
@@ -68,7 +68,7 @@ def execute(self, step_input: Input) -> Output:
properties = step_input.run_properties
context = get_cluster_config_for_project(
step_input.run_properties, step_input.project_execution.project
).cluster_env
).context
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, I actually noticed this in gh-mpyl and found it very weird. Figured it wasn't used yet or something 😅

@tijmenstor tijmenstor merged commit f8bcab7 into main Sep 11, 2024
7 checks passed
@tijmenstor tijmenstor deleted the fix/dagster-deployment-context branch September 11, 2024 13:12
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.

3 participants