Skip to content

Commit

Permalink
Merge branch 'master' into secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tennix authored Feb 27, 2019
2 parents 9424039 + c8e9cb5 commit a58e58c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ $ git checkout -b myfeature

### Step 4: Develop

#### Setup

Make sure all the related tools are properly installed.

```sh
$ make check-setup
```

#### Edit the code

You can now edit the code on the `myfeature` branch.
Expand Down Expand Up @@ -125,6 +133,14 @@ After Docker images are pushed to the DinD Docker registry, run e2e tests:
$ kubectl apply -f manifests/tidb-operator-e2e.yaml
```

You can get the e2e test report from the log of testing pod:

```sh
$ kubectl -n=tidb-operator-e2e logs -f tidb-operator-e2e
```

To re-run e2e tests, delete the testing pod and apply it again.

### Step 5: Keep your branch in sync

While on your `myfeature` branch, run the following commands:
Expand Down

0 comments on commit a58e58c

Please sign in to comment.