Skip to content

Commit d383e5a

Browse files
Update automerge.yml
1 parent 20cf34a commit d383e5a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/automerge.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,27 @@ jobs:
3939
# run: python3 random_search.py
4040
# - name: Test CerebrosRealNeuronNetwork
4141
# run: python3 realnn-regression-example-ames-no-preproc.py
42+
#
43+
timeout-minutes: 240
44+
#
45+
- name: Test image classifier EfficientNetv2S - PEFT CIFAR100
46+
run: python3 cifar_100_EfficientNet.py
47+
#
4248
timeout-minutes: 45
49+
#
4350
- name: Test distributed random search Ames by running
4451
run: python3 regression-example-ames-no-preproc.py
52+
#
4553
- name: Test distributed random search Ames by running - Val set
4654
run: python3 regression-example-ames-no-preproc-val-set.py
55+
#
4756
- name: Test text classifier - random search - ham-spam
4857
run: python3 text-class-ham-or-spam.py
49-
timeout-minutes: 90
58+
#
59+
# timeout-minutes: 90
5060
# - name: Test image classifier - small subset of CIFAR10
5161
# timeout-minutes: 90
5262
# run: python3 cifar10-example.py
5363
# - name: Test image classifier EfficientNetv2S - small subset of CIFAR10
5464
# timeout-minutes: 240
5565
# run: python3 cifar-10-efficientnetv2s.py
56-
- name: Test image classifier EfficientNetv2S - PEFT CIFAR100
57-
timeout-minutes: 240
58-
run: python3 cifar_100_EfficientNet.py

0 commit comments

Comments
 (0)