Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dps-unit-test
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian
dps-unit-test
Commits
651d2868
Commit
651d2868
authored
3 years ago
by
BeeBee8 TheRobot
Browse files
Options
Downloads
Patches
Plain Diff
Add Algorithm Yaml
parent
bba7ede9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
algorithm_config.yaml
+23
-0
23 additions, 0 deletions
algorithm_config.yaml
with
26 additions
and
0 deletions
.gitignore
0 → 100644
+
3
−
0
View file @
651d2868
input/*
output/*
*-checkpoint*
This diff is collapsed.
Click to expand it.
algorithm_config.yaml
0 → 100644
+
23
−
0
View file @
651d2868
# DO NOT DELETE
# THIS CONFIG IS AUTO-GENERATED BY ADE UI
algo_name
:
run-dps-test
version
:
master
environment
:
ubuntu
repository_url
:
https://repo.dit.maap-project.org/root/dps-unit-test.git
docker_url
:
mas.maap-project.org:5000/root/ade-base-images/vanilla:latest
# queue chosen when registering
queue
:
8GB
# fill out these fields
# explain what this algorithm does
description
:
# path to the wrapper script for running the algorithm
run_command
:
dps-unit-test/run-test.sh
# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
disk_space
:
5GB
inputs
:
# remove below this line if no inputs
# rename and set algorithm input names accordingly
-
name
:
input_file
download
:
True
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment