Skip to content

Commit e6ae27c

Browse files
Update automerge.yml
Comment out workflows that we don't need in dev. Delete permanantly disused workflows
1 parent 7930a2d commit e6ae27c

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.github/workflows/automerge.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "main", "156-try-1024-seq-length-with-cerebros-model-from-154" ]
8+
branches: [ "main", "158-try-adamw-optimizer" ]
99

1010
permissions:
1111
contents: read
@@ -33,25 +33,16 @@ jobs:
3333
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3434
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36-
# - name: Test by running.
37-
# run: python3 cerebros.py
38-
# - name: Test distributed by running.
39-
# run: python3 test_simple_cerebros_gridsearch.py
40-
# - name: Test distributed random search wine by running.
41-
# run: python3 random_search.py
42-
# - name: Test CerebrosRealNeuronNetwork
43-
# run: python3 realnn-regression-example-ames-no-preproc.py
44-
# timeout-minutes: 45
45-
- name: Test distributed random search Ames by running
46-
run: python3 regression-example-ames-no-preproc.py
47-
- name: Test distributed random search Ames by running - Val set
48-
run: python3 regression-example-ames-no-preproc-val-set.py
36+
# - name: Test distributed random search Ames by running
37+
# run: python3 regression-example-ames-no-preproc.py
38+
# - name: Test distributed random search Ames by running - Val set
39+
# run: python3 regression-example-ames-no-preproc-val-set.py
4940
# - name: Test text classifier - random search - ham-spam
5041
# run: python3 text-class-ham-or-spam.py
5142
# timeout-minutes: 90
52-
- name: Test image classifier - small subset of CIFAR10 # add back
53-
timeout-minutes: 90
54-
run: python3 cifar10-example.py
43+
# - name: Test image classifier - small subset of CIFAR10 # add back
44+
# timeout-minutes: 90
45+
# run: python3 cifar10-example.py
5546
- name: Phishing email detection with GPT2 embedding
56-
timeout-minutes: 300
47+
timeout-minutes: 420
5748
run: python3 phishing_email_detection_gpt2.py

0 commit comments

Comments
 (0)