зеркало из https://github.com/github/vitess-gh.git
Merge pull request #8927 from planetscale/rename-gha-workflow-names
Renamed docker_test workflows
This commit is contained in:
Коммит
92beb238ac
|
@ -1,31 +0,0 @@
|
|||
name: docker_test_3
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Docker Test 3
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
|
||||
- name: Tune the OS
|
||||
run: |
|
||||
echo '1024 65535' | sudo tee -a /proc/sys/net/ipv4/ip_local_port_range
|
||||
|
||||
# TEMPORARY WHILE GITHUB FIXES THIS https://github.com/actions/virtual-environments/issues/3185
|
||||
- name: Add the current IP address, long hostname and short hostname record to /etc/hosts file
|
||||
run: |
|
||||
echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
|
||||
# DON'T FORGET TO REMOVE CODE ABOVE WHEN ISSUE IS ADRESSED!
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run tests which require docker - 3
|
||||
run: |
|
||||
go run test.go -docker=true --follow -shard 26
|
|
@ -1,9 +1,9 @@
|
|||
name: docker_test_1
|
||||
name: docker_test_cluster_10
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Docker Test 1
|
||||
name: Docker Test Cluster 10
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
|
@ -1,9 +1,9 @@
|
|||
name: docker_test_2
|
||||
name: docker_test_cluster_25
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Docker Test 2
|
||||
name: Docker Test Cluster 25
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
|
@ -41,6 +41,8 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
// Clusters 10, 25 are executed on docker, using the docker_test_cluster 10, 25 workflows.
|
||||
// Hence, they are not listed in the list below.
|
||||
clusterList = []string{
|
||||
"11",
|
||||
"12",
|
||||
|
|
Загрузка…
Ссылка в новой задаче