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

Infra Week: Rework and Modularize Workflows for Passport Repos - passport-scorer #2682

Closed
1 task
Assignees

Comments

@Jkd-eth
Copy link
Contributor

Jkd-eth commented Jul 9, 2024

User Story:
As a devops engineer, I want to rework and modularize the workflows for the passport repositories, so that I can ensure efficient and maintainable CI/CD processes.

Acceptance Criteria:
GIVEN the modularized workflows,
WHEN they are set up,
THEN they should cover the following tasks efficiently and maintainably:

  • Dockerize Workflows for Review, Staging, and Production
  • Deploy App Workflows
  • Deploy IAM Workflows
  • CI Workflow
  • Release & Deploy Workflow
  • Verify On-Chain State

Tech Details:

  • Implement and modularize the following workflows based on detailed documentation:
    • dockerize-review.yml, dockerize-staging.yml, and dockerize-production.yml
    • deploy-app-review.yml, deploy-app-staging.yml, and deploy-app-production.yml
    • deploy-iam-review.yml, deploy-iam-staging.yml, and deploy-iam-production.yml
    • ci.yml
    • release-and-deploy.yml
    • verify-onchain-state.yml
  • Ensure each workflow runs the necessary test suites and checks for inconsistencies in the on-chain state.

Open Questions:

  • Are there specific test suites that need to be run for each environment?

Notes/Assumptions:

@nutrina
Copy link
Collaborator

nutrina commented Jul 26, 2024

The latest changes are on: gitcoinco/passport-scorer@main

the next step: migrate the repo

@nutrina nutrina moved this from In Progress (WIP) to Code Complete in Passport Jul 26, 2024
@nutrina nutrina moved this from Code Complete to Product/UX Review in Passport Jul 30, 2024
@erichfi erichfi moved this from Product/UX Review to Ready to Deploy in Passport Jul 30, 2024
@erichfi erichfi moved this from Ready to Deploy to Done in Passport Jul 30, 2024
@erichfi erichfi removed this from Passport New Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment