Skip to content
Snippets Groups Projects
Commit 90e1c9af authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added clustering directory

- added dummy tests in clustering directory.
parent 1cc3b649
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ generate_config:
- sodium
script:
- mkdir -p config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml
- mkdir -p config && ./bin/gen_ci_config -p dis_ -i dis > config/dis_config.yml
- mkdir -p config && ./bin/gen_ci_config -p clustering_ -i clustering > config/clustering_config.yml
dummy-pipeline:
stage: run
......@@ -51,12 +51,12 @@ dummy-pipeline:
job: generate_config
strategy: depend
dis-pipeline:
clustering-pipeline:
stage: run
needs: ["generate_config"]
trigger:
include:
- artifact: config/dis_config.yml
- artifact: config/clustering_config.yml
job: generate_config
strategy: depend
......@@ -64,7 +64,7 @@ final_report:
stage: finish
tags:
- sodium
needs: ["dis-pipeline","dummy-pipeline"]
needs: ["clustering-pipeline","dummy-pipeline"]
script:
- echo "It was a success!"
#!/bin/bash
echo "Dummy Test..."
echo "..."
echo "Fails!"
exit 1
#!/bin/bash
echo "Dummy Test..."
echo "..."
echo "Passes!"
#exit 1
#!/bin/bash
echo "Dummy Test number 2..."
echo "..."
echo "Passes!"
#exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment