Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 22, 2020
1 parent dac8a2e commit ce654af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ workflows:
- prow_config.yaml
params:
registry: 527798164940.dkr.ecr.us-west-2.amazonaws.com
# TODO (andreyvelich): Disable until AWS release infra is ready.
# - app_dir: kubeflow/katib/test/workflows
# component: workflows-v1beta1
# name: e2e-v1beta1
Expand Down
4 changes: 3 additions & 1 deletion test/workflows/components/workflows-v1beta1.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@
name;
{
// Build an Argo template to execute a particular command.
// step_name: Name for the template
// step_name: Name for the template.
// command: List to pass as the container command.
buildTemplate(step_name, image, command):: {
name: step_name,
// Each container can be alive for 40 minutes.
activeDeadlineSeconds: 2400,
retryStrategy: {
limit: 3,
Expand Down Expand Up @@ -504,6 +505,7 @@
"test/scripts/v1beta1/run-e2e-experiment.sh",
"examples/v1beta1/resume-experiment/from-volume-resume.yaml",
]), // run from volume resume example
// TODO (andreyvelich): Temporary disable pr-symlink
// $.parts(namespace, name, overrides).e2e(prow_env, bucket).buildTemplate("create-pr-symlink", testWorkerImage, [
// "python",
// "-m",
Expand Down

0 comments on commit ce654af

Please sign in to comment.