Skip to content

Revert "Planner improvements" #109

Revert "Planner improvements"

Revert "Planner improvements" #109

# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
name: Cluster (vreplication_basic)
on: [push, pull_request]
jobs:
build:
name: Run endtoend tests on Cluster (vreplication_basic)
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
- name: Check out code
uses: actions/checkout@v2
- name: Run cluster endtoend test
timeout-minutes: 30
run: |
go run test.go -docker=true --follow -shard vreplication_basic