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

[Prod] DevOps: Fail Fast, update python, cimg Namespace, & Backup production DB on each deploy #2174

Merged
merged 57 commits into from
May 30, 2024

Conversation

GarrettEHill
Copy link
Collaborator

@GarrettEHill GarrettEHill commented May 29, 2024

Description of change

[TTAHUB-1852] Fail Fast

  • Move the Audit vulnerability checks to the build and lint step to fail faster.

[TTAHUB-3023] update python from 3.9.18 to 3.9.19

[TTAHUB-2556] Migrate to cimg Namespace in CircleCI Pipelines

  • Finish updating from circleci name spaces to cimg name spaces for containers used during CI

[TTAHUB-3022] Backup production DB on each deploy

  • Add step in circleci to auto-backup production as part of the deployment process, So that any failed deployment can be reverted back to a known good state.

[TTAHUB-2868] Add iPD Coursed page / widget (cannot access from HUB ui).

How to test

[TTAHUB-1852] Fail Fast

  • Run build
    -- will trigger failure if new vendibilities are identified in the build and lint step
    -- will trigger failure if supported version of node is not in current build pack in the build and lint step
    -- will trigger failure if supported version of python is not in current build pack in the similarity build and lint step

[TTAHUB-3023] update python from 3.9.18 to 3.9.19

  • similarity code is functional

[TTAHUB-2556] Migrate to cimg Namespace in CircleCI Pipelines

  • CI jobs run successfully

TTAHUB-3022] Backup production DB on each deploy

  • It runs the same DB backup function that the scheduled backup does, just as part of the production deployment job. Only the production deployment job.

[TTAHUB-2868] Add iPD Coursed page / widget (cannot access from HUB ui).

Issue(s)

Checklists

Every PR

  • Meets issue criteria
  • JIRA ticket status updated
  • Code is meaningfully tested
  • Meets accessibility standards (WCAG 2.1 Levels A, AA)
  • API Documentation updated
  • Boundary diagram updated
  • Logical Data Model updated
  • Architectural Decision Records written for major infrastructure decisions
  • UI review complete

Before merge to main

  • OHS demo complete
  • Ready to create production PR

Production Deploy

  • Staging smoke test completed

After merge/deploy

  • Update JIRA ticket status

@GarrettEHill GarrettEHill changed the title [Prod] DevOps: [Prod] DevOps: Fail Fast, update python, cimg Namespace, & Backup production DB on each deploy May 29, 2024
@GarrettEHill GarrettEHill marked this pull request as ready for review May 29, 2024 20:20
@Jones-QuarteyDana Jones-QuarteyDana merged commit f28aa1f into production May 30, 2024
11 checks passed
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.

3 participants