Skip to content

DATA: WorkloadUpdateTask#135

Open
mabroukmahdhi wants to merge 3 commits intomainfrom
users/mabroukmahdhi/data-workload-update-task
Open

DATA: WorkloadUpdateTask#135
mabroukmahdhi wants to merge 3 commits intomainfrom
users/mabroukmahdhi/data-workload-update-task

Conversation

@mabroukmahdhi
Copy link
Copy Markdown
Contributor

@mabroukmahdhi mabroukmahdhi commented Jan 24, 2025

closes #136

@mabroukmahdhi mabroukmahdhi self-assigned this Jan 24, 2025
@github-actions github-actions Bot added the DATA For creating data models and migrations label Jan 24, 2025

namespace ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks
{
public class InstallPlaywrightTask : GithubTask
Copy link
Copy Markdown
Collaborator

@cjdutoit cjdutoit Jan 27, 2025

Choose a reason for hiding this comment

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

Not expecting this file. There is another open PR for this component. Can we remove this file from the PR so components can be reviewed individually

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yeah, That's because this PR's branche is based on the other one @cjdutoit

{
public class WorkloadUpdateTask : GithubTask
{
public override string Run { get; set; } = "dotnet workload update";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Add descriptive documentation.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@hassanhabib don't have an issue with this task itself, but but do we have some criteria on when to allow new tasks VS just using the generic task command in the job like below?

                    new GithubTask()
                    {
                        Name = "Update installed workloads",
                        Run = "dotnet workload update"
                    },

Co-authored-by: Christo du Toit <christo@dutoit.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DATA For creating data models and migrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DATA: WorkloadUpdateTask

2 participants