Skip to content

Commit

Permalink
Fix invalid experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Sep 10, 2020
1 parent 7dc45c5 commit 42f4b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/v1beta1/invalid-experiment.yaml
Expand Up @@ -13,7 +13,7 @@ spec:
additionalMetricNames:
- Train-accuracy
algorithm:
algorithmName: random
algorithmName: invalid-algorithm # Invalid Algorithm to check that validation webhook is working
parameters:
- name: lr
parameterType: double
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
reference: optimizer
trialSpec:
apiVersion: batch/v1
kind: InvalidKind # Invalid Kind to check validation webhook
kind: Job
spec:
template:
spec:
Expand Down

0 comments on commit 42f4b35

Please sign in to comment.