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

SA-3610 GHA Migration #64

Merged
merged 104 commits into from
Nov 15, 2023
Merged

SA-3610 GHA Migration #64

merged 104 commits into from
Nov 15, 2023

Conversation

jworkmanjc
Copy link
Contributor

@jworkmanjc jworkmanjc commented Nov 7, 2023

Issues

  • SA-3610 - PowerShell SDK GHA Migration

What does this solve?

Replace CircleCI with GHA. Release Start-JCSdkCommand function within the V1 module.

Is there anything particularly tricky?

Not much has changed, a few things have been removed in favor of faster tests.

How should this be tested?

Team to discuss and show how module release steps have been tested.

Screenshots

@jworkmanjc jworkmanjc temporarily deployed to PublishToPSGallery November 13, 2023 16:49 — with GitHub Actions Inactive
@jworkmanjc jworkmanjc temporarily deployed to PublishToPSGallery November 13, 2023 17:44 — with GitHub Actions Inactive
@jworkmanjc jworkmanjc temporarily deployed to PublishToPSGallery November 13, 2023 17:49 — with GitHub Actions Inactive
@jworkmanjc jworkmanjc temporarily deployed to PublishToPSGallery November 13, 2023 17:59 — with GitHub Actions Inactive
@@ -291,7 +290,7 @@ ForEach ($SDK In $SDKName)
# Remove auto generated .gitignore files
If ($ModifyGitIgnore)
{
$GitIgnoreFiles = Get-ChildItem -Path:($OutputFullPath) -Recurse -File | Where-Object { $_.Extension -eq '.gitignore' }
$GitIgnoreFiles = Get-ChildItem -Path:($OutputFullPath) -Recurse -File -Hidden | Where-Object { $_.Extension -eq '.gitignore' }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

required to update .gitignore files

gweinjc
gweinjc previously approved these changes Nov 14, 2023
Copy link
Contributor

@gweinjc gweinjc left a comment

Choose a reason for hiding this comment

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

Not seeing anything that I would change. Everything looks great, nice job! Let's see how a deployment attempt goes

kmaranionjc
kmaranionjc previously approved these changes Nov 14, 2023
Copy link
Contributor

@kmaranionjc kmaranionjc left a comment

Choose a reason for hiding this comment

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

Workflows and tests looks good, only change I'm thinking of is removing the .circleCi folder since we do not need it anymore

@jworkmanjc jworkmanjc dismissed stale reviews from kmaranionjc and gweinjc via 28cf41a November 14, 2023 21:47
@kmaranionjc kmaranionjc self-requested a review November 14, 2023 21:48
@jworkmanjc jworkmanjc requested a review from gweinjc November 14, 2023 22:24
@jworkmanjc jworkmanjc merged commit 9b118d2 into master Nov 15, 2023
11 checks passed
@jworkmanjc jworkmanjc deleted the SA-3610_GHA_Workflow_Migrations branch November 15, 2023 14:51
@jworkmanjc jworkmanjc temporarily deployed to PublishToPSGallery November 15, 2023 14:52 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Patch SDK Release Version SDK SDK Release Label
Development

Successfully merging this pull request may close these issues.

3 participants