Add CML Action to run whole workflow#132
Conversation
reproduce FLINT.Cloud apis
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
Signed-off-by: radis toubalidis <[email protected]>
|
In 03832a3 :
|
| docker exec -i gcbm python GCBM.CompileResults/compileresults.py sqlite:///tests/output/gcbm_output.db --output_db sqlite:///tests/output/compiled_simulation_output.db | ||
| docker cp -L gcbm:/app/tests/output/compiled_simulation_output.db local/rest_api_gcbm/tests | ||
|
|
||
| - name: Setup CML |
There was a problem hiding this comment.
I'm pretty sure the rest_api_gcbm container already has CML installed - this action generates the statement "Uninstalling existing CML installation", so I think it can be removed.
16ca286 to
22d8b37
Compare
22d8b37 to
ab364e3
Compare
radistoubalidis
left a comment
There was a problem hiding this comment.
@HarshCasper should I uncomment the label line in the yml file ?
aornugent
left a comment
There was a problem hiding this comment.
Thanks @radistoubalidis and @HarshCasper - I know this was frustrating to debug.
I can't tell what changes have occurred to linux-demo.zip but given that this was the source of our previous difficulties I'll ask you to remove it from this PR.
| cd local/rest_api_gcbm | ||
| python3 GCBM.CompileResults/compileresults.py sqlite:///tests/output/gcbm_output.db --output_db sqlite:///tests/output/compiled_simulation_output.db | ||
|
|
||
| - name: Install dependencies |
There was a problem hiding this comment.
I think these would be fine to add to rest_api_gcbm too - maybe even CML while we're at it?
|
PS please make sure to squash merge 😅 |
Description
Goals
GCBM.CompileResultstool to the docker imageType of change
How Has This Been Tested?
...
Additional Context (Please include any Screenshots/gifs if relevant)