usc-isi-i2 / dsbox-ta2

The DSBox TA2 component
MIT License
11 stars 6 forks source link

TA2 Scripts for Evaluation #73

Closed kyao closed 6 years ago

kyao commented 6 years ago

We need script(s) to submit along with our TA2 system for evaluation.

The script(s) should do:

We have to modify this sample d3mStart.sh file to call our script(s): https://gitlab.datadrivendiscovery.org/d3m/d3m-summer2018-run-example/blob/master/d3mStart.sh

Our script(s) should look up shell environment variables for number of CPUs, RAM and Timout. See this sample Kubernetes script that set these environment variables: https://gitlab.datadrivendiscovery.org/d3m/d3m-summer2018-run-example/blob/master/example.yaml

In search mode the config file will always be at /input/search_config.json In test mode the config will always be at /input/test_config.json TA3 mode does not require config files

kyao commented 6 years ago

Also, here is the ta2 jump server account for testing the scripts

ssh ta2-isi@k8s.datadrivendiscovery.org -i ~/.ssh/dsbox_rsa

RqS commented 6 years ago

Tested on jump server, it works. Done