Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 718 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 718 Bytes

MCPR-Test-Bot Server

This is the future home of the MCPR-Test-Bot Server component!

The MCPR-Test-Bot runs some basic tests on Minecraft plugins uploaded to MCPR.

Test Flow

  1. Plugin is uploaded to MCPR
  2. MCPR sends a webhook to MCPR-Test-Bot Server with the plugin ID and version
  3. MCPR-Test-Bot provisions an ACI container with MCPR-Test-Bot Worker on it
  4. The ACI container runs MCPR-Test-Bot Worker on the plugin version (test-bot-worker test [pluginID] [version])
  5. MCPR-Test-Bot Worker reports back to MCPR-Test-Bot Server with the test results
  6. MCPR-Test-Bot Server makes note of the results and sends them to MCPR