Commit graph

8920 commits

Author SHA1 Message Date
Souhaila Noor
d13eef4c4b echo errors 2021-11-23 17:09:35 -06:00
Souhaila Noor
612e11887f added dependency 2021-11-23 16:41:35 -06:00
Souhaila Noor
88c89749af updated job's stage 2021-11-23 16:37:11 -06:00
Souhaila Noor
f03720f0a3 error handling 2021-11-23 16:33:32 -06:00
Souhaila Noor
2de7d2c885 fixed yaml syntax error 2021-11-23 16:26:09 -06:00
Souhaila Noor
0030e759da removed aws config from shell script 2021-11-23 16:24:56 -06:00
Souhaila Noor
d781dfb29b remove error handling to debug 2021-11-23 16:18:14 -06:00
Souhaila Noor
8a77da0db9 removed ssh keys from shell script 2021-11-23 16:14:21 -06:00
Souhaila Noor
184b935550 added print statement 2021-11-23 16:07:22 -06:00
Souhaila Noor
53d7d6b91c fix for ssh-add error 2021-11-23 16:04:29 -06:00
Souhaila Noor
cceb173d5d added before script commands 2021-11-23 15:55:36 -06:00
Souhaila Noor
a6bc10dec9 removed single quotes 2021-11-23 15:50:43 -06:00
Souhaila Noor
dbd1e611d0 changed jobs order 2021-11-23 15:42:12 -06:00
Souhaila Noor
53766f47ca fixed jobs dependencies and added args 2021-11-23 15:38:09 -06:00
Souhaila Noor
aac3b0768c fixed syntax error 2021-11-23 15:32:22 -06:00
Souhaila Noor
97841608e0 switched stages to make testing faster 2021-11-23 15:26:42 -06:00
Souhaila Noor
cce48a2638 created a shell script for deplooying node and handling error conditions 2021-11-23 15:24:47 -06:00
Souhaila Noor
692f2f8cb4 updated dependency of jobs and made instanceId a global variable 2021-11-23 13:29:56 -06:00
Souhaila Noor
7e8cbdeb53 updated a comment to trigger the pipeline for another test 2021-11-23 12:09:51 -06:00
Souhaila Noor
fbf4463572 remove duplicate code in multiple stages 2021-11-23 11:08:14 -06:00
Seebs
14911bfdff Perform sanity check only if we have the storage it runs on
SanityCheckMapping is specific to roaring bitmaps stored in-memory, if
we have an RBF backend, we shouldn't even try it, it'll just panic.

This implies that, in whatever circumstance we were hitting this, we
were getting an error back from the backend. We still need to address
that error, but to do that we need to know what it was, which we don't
if we panic.
2021-11-23 10:22:06 -06:00
Kasey C. Rodgers
769a750cdf
Merge pull request #1775 from molecula/generate-test-data-FB-971
generate csv files that simulate Samsung's data
2021-11-22 15:22:01 -08:00
kcrodgers24
11f1cd3689 Merge branch 'generate-test-data-FB-971' of github.com:molecula/featurebase into generate-test-data-FB-971 2021-11-22 14:55:14 -08:00
kcrodgers24
50e7cda07f modify functions to accept a requested num of records 2021-11-22 14:53:17 -08:00
Kasey C. Rodgers
cc65263ac5
Merge branch 'master' into generate-test-data-FB-971 2021-11-22 14:22:31 -08:00
kcrodgers24
4c9edabd6d Merge branch 'master' into generate-test-data-FB-971 2021-11-22 14:19:16 -08:00
reese
3789a8dd05
Merge pull request #1780 from molecula/sup-100
[SUP-100] fix bug where timestamp val is wrong in Min/Max
2021-11-22 16:10:55 -06:00
kcrodgers24
49289f2237 replace fmt.Print with t.Fatal, and improve date generator 2021-11-22 13:53:41 -08:00
reesporte
f0434a29d0 Merge branch 'sup-100' of github.com:molecula/featurebase into sup-100 2021-11-22 15:06:07 -06:00
reesporte
88fd6b1a9a remove helper status 2021-11-22 15:06:00 -06:00
reese
868a84f9fb
Merge branch 'master' into sup-100 2021-11-22 14:48:02 -06:00
souhailanoor
221fd4d4e7
Merge pull request #1783 from molecula/delete_EC2_node_on_failure
Fix bug for deleting Ec2 nodes when job fails
2021-11-22 14:34:24 -06:00
Souhaila Noor
c51a2de672 fixed dependency error 2021-11-22 14:10:34 -06:00
Souhaila Noor
f7fc380bcd split aws commands to allow for better error handling 2021-11-22 13:14:58 -06:00
kcrodgers24
06be6c0981 use log.Fatal in lieu of fmt.Print 2021-11-22 11:06:38 -08:00
reesporte
8918d91a09 Merge branch 'master' into sup-100 2021-11-22 13:05:40 -06:00
kcrodgers24
2385fda259 add tests, remove commented code 2021-11-22 10:45:12 -08:00
kcrodgers24
97c4ee670b add tests 2021-11-22 10:43:13 -08:00
Souhaila Noor
a32a217dbd test error condition 2021-11-22 12:10:42 -06:00
Souhaila Noor
55d35365c6 allow failure for ec2 node job 2021-11-22 10:53:42 -06:00
reesporte
fa635874d4 encode/decode timestamp val appropriately 2021-11-22 10:08:18 -06:00
souhailanoor
15877b897e
Merge pull request #1782 from molecula/decreaseTimeForCICD
Decrease sleep time for gitlab CICD pipeline
2021-11-19 15:05:48 -06:00
Souhaila Noor
2cde034e82 testing reviewer's suggestion 2021-11-19 14:40:37 -06:00
reesporte
e4745c1d77 add test for timestamp Min/Max on multinode clusters 2021-11-19 14:32:08 -06:00
souhailanoor
5d7469c519
Merge branch 'master' into decreaseTimeForCICD 2021-11-19 13:47:57 -06:00
kcrodgers24
4f5f27f513 make error handling best 2021-11-19 11:47:32 -08:00
Matthew Jaffee
0614665a29
Merge pull request #1781 from molecula/remove-cloudbuild
remove unused .cloudbuild directory (was for GCP CI stuff)
2021-11-19 13:41:20 -06:00
souhailanoor
99e50c25aa
Merge branch 'master' into decreaseTimeForCICD 2021-11-19 13:19:10 -06:00
Souhaila Noor
c83170f1f0 decrease sleep time 2021-11-19 13:16:48 -06:00
Matthew Jaffee
a02a8a94b3 remove unused .cloudbuild directory (was for GCP CI stuff) 2021-11-19 12:50:40 -06:00