Unverified Commit 018f7b73 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

Update CI on Ubuntu to tcl8.6 (since 20.04 is now used) (#8460)

Github started shifting some repositoreis to use ubuntu 20.04 by default
tcl8.5 is missing in these, but 8.6 exists in both 20.04 and 18.04
parent 5b8350aa
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
run: make REDIS_CFLAGS='-Werror' BUILD_TLS=yes run: make REDIS_CFLAGS='-Werror' BUILD_TLS=yes
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 sudo apt-get install tcl8.6
./runtest --verbose ./runtest --verbose
- name: module api test - name: module api test
run: ./runtest-moduleapi --verbose run: ./runtest-moduleapi --verbose
......
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
run: make run: make
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 sudo apt-get install tcl8.6
./runtest --accurate --verbose --dump-logs ./runtest --accurate --verbose --dump-logs
- name: module api test - name: module api test
run: ./runtest-moduleapi --verbose run: ./runtest-moduleapi --verbose
...@@ -39,7 +39,7 @@ jobs: ...@@ -39,7 +39,7 @@ jobs:
run: make MALLOC=libc run: make MALLOC=libc
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 sudo apt-get install tcl8.6
./runtest --accurate --verbose --dump-logs ./runtest --accurate --verbose --dump-logs
- name: module api test - name: module api test
run: ./runtest-moduleapi --verbose run: ./runtest-moduleapi --verbose
...@@ -60,7 +60,7 @@ jobs: ...@@ -60,7 +60,7 @@ jobs:
make 32bit make 32bit
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 sudo apt-get install tcl8.6
./runtest --accurate --verbose --dump-logs ./runtest --accurate --verbose --dump-logs
- name: module api test - name: module api test
run: | run: |
...@@ -82,7 +82,7 @@ jobs: ...@@ -82,7 +82,7 @@ jobs:
make BUILD_TLS=yes make BUILD_TLS=yes
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 tcl-tls sudo apt-get install tcl8.6 tcl-tls
./utils/gen-test-certs.sh ./utils/gen-test-certs.sh
./runtest --accurate --verbose --tls --dump-logs ./runtest --accurate --verbose --tls --dump-logs
./runtest --accurate --verbose --dump-logs ./runtest --accurate --verbose --dump-logs
...@@ -110,7 +110,7 @@ jobs: ...@@ -110,7 +110,7 @@ jobs:
make make
- name: test - name: test
run: | run: |
sudo apt-get install tcl8.5 tcl-tls sudo apt-get install tcl8.6 tcl-tls
./runtest --config io-threads 4 --config io-threads-do-reads yes --accurate --verbose --tags network --dump-logs ./runtest --config io-threads 4 --config io-threads-do-reads yes --accurate --verbose --tags network --dump-logs
- name: cluster tests - name: cluster tests
run: | run: |
...@@ -127,7 +127,7 @@ jobs: ...@@ -127,7 +127,7 @@ jobs:
- name: test - name: test
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install tcl8.5 valgrind -y sudo apt-get install tcl8.6 valgrind -y
./runtest --valgrind --verbose --clients 1 --dump-logs ./runtest --valgrind --verbose --clients 1 --dump-logs
- name: module api test - name: module api test
run: ./runtest-moduleapi --valgrind --verbose --clients 1 run: ./runtest-moduleapi --valgrind --verbose --clients 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment