ci: set VTDATAROOT to /tmp/ folder to avoid long socket file paths (#9980)

Signed-off-by: Manan Gupta <manan@planetscale.com>
This commit is contained in:
Manan Gupta 2022-03-26 11:55:04 +05:30 коммит произвёл GitHub
Родитель c82d09aebf
Коммит 38ff56b006
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
64 изменённых файлов: 192 добавлений и 0 удалений

3
.github/workflows/cluster_endtoend_12.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_13.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_15.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_17.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_18.yml поставляемый
Просмотреть файл

@ -72,6 +72,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_19.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_20.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_21.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_22.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_24.yml поставляемый
Просмотреть файл

@ -72,6 +72,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

3
.github/workflows/cluster_endtoend_26.yml поставляемый
Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -77,6 +77,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -72,6 +72,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -77,6 +77,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -72,6 +72,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -68,6 +68,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -78,6 +78,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x

Просмотреть файл

@ -87,6 +87,9 @@ jobs:
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
# We set the VTDATAROOT to the /tmp folder to reduce the file path of mysql.sock file
# which musn't be more than 107 characters long.
export VTDATAROOT="/tmp/"
source build.env
set -x