Skip to content

Instantly share code, notes, and snippets.

View handlerww's full-sized avatar

Yiwen Chen handlerww

View GitHub Profile
@handlerww
handlerww / main.go
Created August 25, 2022 05:05
lark bot
package main
import (
"context"
"fmt"
"net/http"
"os"
"github.com/gin-gonic/gin"
@handlerww
handlerww / e2e-temp.yaml
Created November 23, 2021 11:46
tidb-operator e2e in github action
name: e2e
on:
push:
branches:
- multicluster-e2e
workflow_dispatch:
jobs:
image-build:
@handlerww
handlerww / init.sh
Created July 22, 2021 04:48
kind cross cluster
#!/bin/bash
set -eux
SUBNET_A="10.10.0.0/16"
SUBNET_B="10.20.0.0/16"
CONFIG_A=$(cat <<EOF
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
@handlerww
handlerww / e2e.yaml
Created January 25, 2021 03:59
TiDB Operator E2E improvement
name: e2e
on:
push:
branches:
- e2e-playground-20
workflow_dispatch:
# on:
# pull_request:
@handlerww
handlerww / e2e.yaml
Last active December 28, 2020 02:15
Fine-Grained Parallel and distributed E2E test framework
name: e2e
on:
push:
branches:
- multicluster-e2e
workflow_dispatch:
jobs:
image-build: