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

🚧Setup CICD and pr sync #2

Closed
17 tasks done
CalvinWilkinson opened this issue Oct 5, 2023 · 1 comment · Fixed by #3
Closed
17 tasks done

🚧Setup CICD and pr sync #2

CalvinWilkinson opened this issue Oct 5, 2023 · 1 comment · Fixed by #3
Assignees
Labels
cicd CI/CD related work only ⚙️config Configuration related work high-priority High Priority ✨new-feature New feature that does not exist preview Done while in preview

Comments

@CalvinWilkinson
Copy link
Member

CalvinWilkinson commented Oct 5, 2023

Complete The Item Below

  • I have updated the title without removing the 🚧 emoji.

Description

This is the initial creation of the project. Everything from code, config, ide settings, deno settings, etc.

Release Workflow

The release workflow needs to be able to run linting, run tests, and then create an empty commit with a tag that is the version number. This number should be chosen when manually running the release workflow. All validation of inputs should be performed.

Prepare Release Templates:

Create new prepare release templates based on the ones that already exist in infrastructure.
Create these templates in this repo, not in the Infrastructure repo.

This will require the use of the following repo variables:

  • PREV_RELATIVE_PR_RELEASE_TEMPLATE_FILE_PATH
  • PROD_RELATIVE_PR_RELEASE_TEMPLATE_FILE_PATH
  • PR_RELEASE_TEMPLATE_REPO_NAME

    Note
    This variable will hold the name of the repo where the templates exist

Acceptance Criteria

  • Setup PR syncing system
  • Build status check workflow created

    Note
    This uses the new deno-check.ts script

  • Setup test status check workflow
  • Setup linting status check workflow
  • Setup release workflow
    • Runs linting
    • Runs tests
    • Creates an empty commit, tags that commit, and pushes all to remote
    • Version validation run against the incoming workflow version input
    • DENO_VERSION variable setup and used in all workflows
  • Prepare release templates created
  • Packages vendored

ToDo Items

  • Change type labels added to this issue. Refer to the Change Type Labels section below.
  • Priority label added to this issue. Refer to the Priority Type Labels section below.
  • Issue linked to the correct milestone (if applicable).

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Config Changes ⚙️config
Performance Improvements 🏎️performance
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct

  • I agree to follow this project's Code of Conduct.
@CalvinWilkinson CalvinWilkinson added high-priority High Priority preview Done while in preview cicd CI/CD related work only ⚙️config Configuration related work ✨new-feature New feature that does not exist labels Oct 5, 2023
@CalvinWilkinson CalvinWilkinson self-assigned this Oct 5, 2023
@CalvinWilkinson CalvinWilkinson added this to the v1.0.0-preview.1 milestone Oct 5, 2023
@CalvinWilkinson CalvinWilkinson changed the title 🚧Initial Creation 🚧Setup CICD and pr sync Oct 6, 2023
CalvinWilkinson added a commit that referenced this issue Oct 6, 2023
@CalvinWilkinson CalvinWilkinson linked a pull request Oct 9, 2023 that will close this issue
@CalvinWilkinson
Copy link
Member Author

It was decided not to set up the prepare release system. It only works for c# projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd CI/CD related work only ⚙️config Configuration related work high-priority High Priority ✨new-feature New feature that does not exist preview Done while in preview
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant