You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically IS&T needs to upgrade GitHub enterprise. Because we depend on workflows invoking GitHub, we like to test any updates before giving a thumbs up on the upgrade. We should automate this.
IS&T typically updates a secondary server under a different name for testing purposes. It is populated with a snapshot of data from GHE, so repositories and service accounts with known keys already exist.
with a test course:
update the giturl advanced setting to point to the test GHE server
make a change to the course and run gitexport
confirm the export resulted in a successful push.
the test GHE server will already have webhooks configured. Confirm that the web hook fired and the updated course was pulled into the appropriate instance on MITx lms.
This is an integration test. It should use a test course on a live version of MITx (can be qa). The location of the GHE server should be configurable. The tests will need to integrate with both to fully confirm the entire workflow and identify failures.
The text was updated successfully, but these errors were encountered:
Periodically IS&T needs to upgrade GitHub enterprise. Because we depend on workflows invoking GitHub, we like to test any updates before giving a thumbs up on the upgrade. We should automate this.
IS&T typically updates a secondary server under a different name for testing purposes. It is populated with a snapshot of data from GHE, so repositories and service accounts with known keys already exist.
with a test course:
This is an integration test. It should use a test course on a live version of MITx (can be qa). The location of the GHE server should be configurable. The tests will need to integrate with both to fully confirm the entire workflow and identify failures.
The text was updated successfully, but these errors were encountered: