NASA-IMPACT / csdap-cumulus

SmallSat Cumulus Deployment
Other
1 stars 0 forks source link

Add GE01 MSI L1B Data Management Items #243

Closed krisstanton closed 1 year ago

krisstanton commented 1 year ago

Define Data Management items for WV04_Pan_L1B Maxar collection #211

Confirm changes as follows: // Note: These instructions were ported from Pull Request 117, 163, and 166; they might be out of date. Reference the section below labeled Terminal Process if these instructions throw errors.

git fetch
git checkout iss211__Define_DM_for_GE01_MSI_L1B
make create-data-management-items
make create-test-data
make bash
cumulus rules enable --name GE01_MSI_L1B___1_SmokeTest
cumulus rules run --name GE01_MSI_L1B___1_SmokeTest

Then follow the appropriate CloudWatch logs as described in docs/DEVELOPMENT.md under "Running Tests".

// Terminal Process (followed from Ticket https://github.com/NASA-IMPACT/csdap-cumulus/issues/211) Note: Dev output found in the comments of ticket #211

DOTENV=.env.sandbox make create-data-management-items
DOTENV=.env.sandbox make create-test-data
DOTENV=.env.sandbox make bash
cumulus rules enable --name GE01_MSI_L1B___1_SmokeTest
cumulus rules run --name GE01_MSI_L1B___1_SmokeTest
krisstanton commented 1 year ago

After the review, github here is saying "Merging is blocked (Missing successful uat deployment)". This is even though a couple of lines above, we do have a successful UAT deployment. Looks like that Github bug is still here.
I am bypassing the branch protections to merge this now since this Blocking is due to the github bug.