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

Copy resource contents from Prod to Beta #5697

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

MSDrao
Copy link
Contributor

@MSDrao MSDrao commented Jan 12, 2025

GH Action to copy resource contents from prod to beta, if bucket exists

Pull Request Checklist:

  • Positive Test Case Written by Dev
  • Automated Testing
  • Sufficient User and Developer Documentation
  • Passing Jenkins Build
  • Peer Code review and approval

Positive Test Case

  1. [Enter positive test case here]

@MSDrao MSDrao self-assigned this Jan 12, 2025
Copy link

github-actions bot commented Jan 12, 2025

Test Results

    2 files  ±0      2 suites  ±0   1h 29m 53s ⏱️ - 1m 59s
1 415 tests ±0  1 399 ✅ ±0  16 💤 ±0  0 ❌ ±0 
1 527 runs  ±0  1 509 ✅ ±0  18 💤 ±0  0 ❌ ±0 

Results for commit d7fe1af. ± Comparison against base commit 69f2ddc.

♻️ This comment has been updated with latest results.

@MSDrao MSDrao requested a review from sblack-usu January 16, 2025 15:57
@MSDrao MSDrao linked an issue Jan 16, 2025 that may be closed by this pull request
- name: Set Up MinIO Environment Variables
env:
MC_HOST_prod: https://${{ secrets.MINIO_PROD_ACCESS_KEY }}:${{ secrets.MINIO_PROD_SECRET_KEY }}@${{ secrets.MINIO_PROD_URL }}
MC_HOST_beta: https://${{ secrets.MINIO_BETA_ACCESS_KEY }}:${{ secrets.MINIO_BETA_SECRET_KEY }}@${{ secrets.MINIO_BETA_URL }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe drop this step and put the env assignments with the others in the step below?

Copy link
Contributor

@sblack-usu sblack-usu left a comment

Choose a reason for hiding this comment

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

Just one comment on the mino environment variables step. I don't feel strongly on making the change so I am approving.

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.

copy specific resource data to beta
2 participants