Skip to content

Commit a711bff

Browse files
committed
disable tasty-rerun again
1 parent 35c45a0 commit a711bff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,12 @@ jobs:
107107
# run the tests without parallelism, otherwise tasty will attempt to run
108108
# all functional test cases simultaneously which causes way too many hls
109109
# instances to be spun up for the poor github actions runner to handle
110+
#
111+
# TODO(mpj): I removed the tasty rerun options from here because it seemed
112+
# to trigger too much. Experiment with putting them back later
113+
# --rerun-update --rerun-filter failures,exceptions
110114
run: |
111-
echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
115+
echo "TEST_OPTS=-j1" >> $GITHUB_ENV
112116
113117
- name: Cache test log between attempts of the same run
114118
uses: actions/cache@v3

0 commit comments

Comments
 (0)