update: github action pipelines
Browse files
.github/workflows/gru_pipeline.yaml
CHANGED
@@ -7,8 +7,8 @@ on:
|
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
10 |
-
- cron: "0
|
11 |
-
#
|
12 |
|
13 |
jobs:
|
14 |
extraction_train_modeling:
|
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
-
wget https://
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
@@ -80,9 +80,9 @@ jobs:
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
-
credentials: ${{ secrets.
|
84 |
filename: datasets.zip
|
85 |
-
folderId: ${{ secrets.
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
@@ -90,7 +90,7 @@ jobs:
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
-
credentials: ${{ secrets.
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
96 |
name: models.zip
|
@@ -100,7 +100,7 @@ jobs:
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
-
credentials: ${{ secrets.
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
106 |
name: pickles.zip
|
@@ -110,7 +110,7 @@ jobs:
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
-
credentials: ${{ secrets.
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
116 |
name: posttrained.zip
|
|
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
10 |
+
- cron: "0 7 * * *"
|
11 |
+
# 14 - 7 = 7
|
12 |
|
13 |
jobs:
|
14 |
extraction_train_modeling:
|
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
+
wget https://raw.githubusercontent.com/tebakaja/tebakaja_cryptocurrency/production/postman/symbols.json \
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
+
credentials: ${{ secrets.GDRIVE_GRU_CRED }}
|
84 |
filename: datasets.zip
|
85 |
+
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
+
credentials: ${{ secrets.GDRIVE_GRU_CRED }}
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
96 |
name: models.zip
|
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
+
credentials: ${{ secrets.GDRIVE_GRU_CRED }}
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
106 |
name: pickles.zip
|
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
+
credentials: ${{ secrets.GDRIVE_GRU_CRED }}
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_GRU_ID }}
|
116 |
name: posttrained.zip
|
.github/workflows/lstm_gru_pipeline.yaml
CHANGED
@@ -7,8 +7,8 @@ on:
|
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
10 |
-
- cron: "0
|
11 |
-
#
|
12 |
|
13 |
jobs:
|
14 |
extraction_train_modeling:
|
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
-
wget https://
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
@@ -80,9 +80,9 @@ jobs:
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
-
credentials: ${{ secrets.
|
84 |
filename: datasets.zip
|
85 |
-
folderId: ${{ secrets.
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
@@ -90,7 +90,7 @@ jobs:
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
-
credentials: ${{ secrets.
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
96 |
name: models.zip
|
@@ -100,7 +100,7 @@ jobs:
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
-
credentials: ${{ secrets.
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
106 |
name: pickles.zip
|
@@ -110,7 +110,7 @@ jobs:
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
-
credentials: ${{ secrets.
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
116 |
name: posttrained.zip
|
|
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
10 |
+
- cron: "0 11 * * *"
|
11 |
+
# 18 - 7 = 11
|
12 |
|
13 |
jobs:
|
14 |
extraction_train_modeling:
|
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
+
wget https://raw.githubusercontent.com/tebakaja/tebakaja_cryptocurrency/production/postman/symbols.json \
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
+
credentials: ${{ secrets.GDRIVE_LSTM_GRU_CRED }}
|
84 |
filename: datasets.zip
|
85 |
+
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
+
credentials: ${{ secrets.GDRIVE_LSTM_GRU_CRED }}
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
96 |
name: models.zip
|
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
+
credentials: ${{ secrets.GDRIVE_LSTM_GRU_CRED }}
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
106 |
name: pickles.zip
|
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
+
credentials: ${{ secrets.GDRIVE_LSTM_GRU_CRED }}
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_LSTM_GRU_ID }}
|
116 |
name: posttrained.zip
|
.github/workflows/lstm_pipeline.yaml
CHANGED
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
-
wget https://
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
@@ -80,9 +80,9 @@ jobs:
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
-
credentials: ${{ secrets.
|
84 |
filename: datasets.zip
|
85 |
-
folderId: ${{ secrets.
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
@@ -90,7 +90,7 @@ jobs:
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
-
credentials: ${{ secrets.
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
96 |
name: models.zip
|
@@ -100,7 +100,7 @@ jobs:
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
-
credentials: ${{ secrets.
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
106 |
name: pickles.zip
|
@@ -110,7 +110,7 @@ jobs:
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
-
credentials: ${{ secrets.
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
116 |
name: posttrained.zip
|
|
|
48 |
if: env.match != 'true'
|
49 |
run: |
|
50 |
mkdir datasets
|
51 |
+
wget https://raw.githubusercontent.com/tebakaja/tebakaja_cryptocurrency/production/postman/symbols.json \
|
52 |
-O postman/symbols.json
|
53 |
go run scraper.go
|
54 |
|
|
|
80 |
if: env.match != 'true'
|
81 |
uses: adityak74/google-drive-upload-git-action@main
|
82 |
with:
|
83 |
+
credentials: ${{ secrets.GDRIVE_LSTM_CRED }}
|
84 |
filename: datasets.zip
|
85 |
+
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
86 |
name: datasets.zip
|
87 |
overwrite: "true"
|
88 |
|
|
|
90 |
if: env.match != 'true'
|
91 |
uses: adityak74/google-drive-upload-git-action@main
|
92 |
with:
|
93 |
+
credentials: ${{ secrets.GDRIVE_LSTM_CRED }}
|
94 |
filename: models.zip
|
95 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
96 |
name: models.zip
|
|
|
100 |
if: env.match != 'true'
|
101 |
uses: adityak74/google-drive-upload-git-action@main
|
102 |
with:
|
103 |
+
credentials: ${{ secrets.GDRIVE_LSTM_CRED }}
|
104 |
filename: pickles.zip
|
105 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
106 |
name: pickles.zip
|
|
|
110 |
if: env.match != 'true'
|
111 |
uses: adityak74/google-drive-upload-git-action@main
|
112 |
with:
|
113 |
+
credentials: ${{ secrets.GDRIVE_LSTM_CRED }}
|
114 |
filename: posttrained.zip
|
115 |
folderId: ${{ secrets.GDRIVE_LSTM_ID }}
|
116 |
name: posttrained.zip
|
coret-coretan.ipynb
DELETED
The diff for this file is too large to render.
See raw diff
|
|