CCExtractor / sample-platform

CCExtractor's Sample & CI platform. Developed during GSoC 2016

Home Page:https://sampleplatform.ccextractor.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PROPOSAL] Immediately start test as soon as GH Actions pass, don't wait for cron job

Tarun-Arora opened this issue · comments

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

Sample platform commit (found at the bottom of each page) : X.X.X

In raising this issue, I confirm the following (please check boxes, eg [X]):

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

My familiarity with the project is as follows (check one, eg [X]):

  • I have never visited/used the platform.
  • I have used the platform just a couple of times.
  • I have used the platform extensively, but have not contributed previously.
  • I am an active contributor to the platform.

Immediately start test as soon as GH Actions pass, don't wait for cron job
Currently tests are queued and waited to be picked up by the corn (the old KVM setup). Now with GCP instances we can start the tests as soon as they are ready

Earlier thought cron job time is 2hrs, but its actually 10mins, therefore this is not required.
Having some gap in starting the tests has its own advantage like say PR gets updated..., so we don't need run tests for those commits...
Therefore closing this for now