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

Feature: Send Jobs to Orca #275

Merged
merged 75 commits into from
Aug 12, 2024

Conversation

williams-jack
Copy link
Contributor

Problem

Bottlenose should be able to send a job to Orca with the requisite execution information, priority, response information, and more. It should then be able to take in a response, verify it is coming from the correct source, and then record its output to be compared to its current output later on.

Solution

  • Grading job creation with file URLs, a grading script to be executed on a worker, queue information, and response information.
  • New response route that saves the complete logs and output (if available) from Orca.
  • Secret handling as a source of authentication to ensure no bogus files are created.

williams-jack and others added 22 commits July 2, 2023 13:39
Location of generate_grading_job_metadata_table moved
fix: empty starter zip should not be added

feat: docker file for junit grader
Additionally, response URL is added in the grading_job
@williams-jack williams-jack marked this pull request as draft July 29, 2023 22:28
app/models/grade.rb Outdated Show resolved Hide resolved
app/models/grade.rb Outdated Show resolved Hide resolved
app/views/grades/_orca_output.html.erb Outdated Show resolved Hide resolved
@williams-jack williams-jack marked this pull request as ready for review August 5, 2024 02:19
@blerner blerner merged commit 4cff5db into CodeGrade:master Aug 12, 2024
1 check passed
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.

2 participants