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

Add OPE autograder for EC440 class #48

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add OPE autograder for EC440 class
Signed-off-by: Isaiah Stapleton <istaplet@redhat.com>
  • Loading branch information
IsaiahStapleton committed Mar 22, 2024
commit 7e01a220dbebdce5258ea80a3a0a68788da16b4a
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-prod/ope-autograder/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ope-autograder
labels:
nerc.mghpcc.org/sync-policy: common
spec:
destination:
name: nerc-ocp-prod
namespace: ece440spring2024-619f12
project: default
source:
repoURL: https://github.com/IsaiahStapleton/ope-autograder-nerc-app.git
path: manifests
targetRevision: HEAD
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-prod/ope-autograder/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml