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: switch to reusable GitHub workflows #244

Merged
merged 5 commits into from
Apr 20, 2022
Merged

Fix: switch to reusable GitHub workflows #244

merged 5 commits into from
Apr 20, 2022

Conversation

damacus
Copy link
Contributor

@damacus damacus commented Apr 14, 2022

Description

  • Switch to reusable GitHub workflows
  • Remove duplicated content
    These templates are stored in test-kitchen/.github

Check List

  • All tests pass.
  • All style checks pass.
  • Functionality includes testing.
  • Functionality has been documented in the README if applicable
  • Commit message includes a Conventional Commit Message

- Reduce duplication when we're running linter and unit tests
- Move the please-release & publish steps into the same file to show
  that they are related. tehe document start markers in yaml allow for
  this.

Signed-off-by: Dan Webb <dan.webb@damacus.io>
These templates are stored in test-kitchen/.github

Signed-off-by: Dan Webb <dan.webb@damacus.io>
Signed-off-by: Dan Webb <dan.webb@damacus.io>
@tas50
Copy link
Member

tas50 commented Apr 14, 2022

Still has a few mdl issues holding it back

As per the publication to NPM example we noq publish to GitHub and
RubyGems as part of the please-release workflow

https://github.com/google-github-actions/release-please-action#automating-publication-to-npm

Signed-off-by: Dan Webb <dan.webb@damacus.io>
Signed-off-by: Dan Webb <dan.webb@damacus.io>
@damacus damacus requested review from kasif-adnan, xorima and a team April 20, 2022 10:58
@damacus damacus enabled auto-merge (squash) April 20, 2022 11:09
@damacus damacus merged commit 0abd514 into main Apr 20, 2022
@damacus damacus deleted the draft-publish branch April 20, 2022 12:10
This was referenced Apr 20, 2022
@@ -286,8 +287,8 @@ platforms:
image_urn: Canonical:UbuntuServer:14.04.4-LTS:latest
vnet_id: /subscriptions/b6e7eee9-YOUR-GUID-HERE-03ab624df016/resourceGroups/pendrica-infrastructure/providers/Microsoft.Network/virtualNetworks/pendrica-arm-vnet
subnet_id: subnet-10.1.0
public_ip: true
public_ip_sku: Standard
public_ip: true
Copy link
Contributor

Choose a reason for hiding this comment

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

@damacus was this indentation change intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sigh, definitely not.

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.

4 participants