trying different way for consul

Signed-off-by: Ajeet jain <ajeet@planetscale.com>
This commit is contained in:
Ajeet jain 2020-02-07 17:04:39 +05:30
Родитель 3a31d29c17
Коммит c7f1cadcf3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 260BDF1364D6040F
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -29,10 +29,13 @@ jobs:
wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb
sudo apt-get install -y gnupg2
sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
wget https://releases.hashicorp.com/consul/1.4.0/consul_1.4.0_linux_amd64.zip
unzip consul_1.4.0_linux_amd64.zip
sudo apt-get update
sudo apt-get install percona-xtrabackup-24
if [ ${{matrix.name}} = 18 ]; then
wget https://releases.hashicorp.com/consul/1.4.0/consul_1.4.0_linux_amd64.zip
unzip consul_1.4.0_linux_amd64.zip
export PATH="$PATH:$PWD"
if
- name: sharded cluster_endtoend
run: |

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

@ -1,4 +1,4 @@
#!/bin/bash
source build.env
# source build.env
echo "running tests for $@ "
go test -v $@ -count=1