Skip to content

Changes

Summary

  1. chore(dm): use target branch to downloda tidb binary (#2929) (commit: 464c032) (details)
  2. fix(br): use failpoint tidb-server instead (#2928) (commit: 0108bca) (details)
  3. feat(scripts): add scripts parse jenkins build log (#2930) (commit: 3f8a4a6) (details)
  4. chore: bump nightly version to v8.2.0-alpha (#2898) (commit: ed5a42b) (details)
  5. increase ticdc pulsar integration test resource (#2932) (commit: 886fe0b) (details)
  6. increase ticdc kafka integration test resource (#2934) (commit: 58e1d09) (details)
  7. fix(br): use failpoint tidb-server instead (#2936) (commit: b270b7a) (details)
  8. fix(scripts/pingcap): fix script of adding version placeholder (#2937) (commit: a0bb344) (details)
  9. chore(tiflash): update tiflash new merged ut (#2938) (commit: c944560) (details)
  10. feat: tikv new ut add trigger on 6.1 (#2940) (commit: 09f9a72) (details)
  11. fix: upadte new ut on tikv 6.1 (#2939) (commit: 7c92534) (details)
  12. feat(scripts/aritfacts): add scripts to check internal images (#2941) (commit: 094391f) (details)
  13. chore(deps): update dependency idna to v3.7 (#2931) (commit: 618760b) (details)
  14. feat(tidb): test flashbacktest package (#2942) (commit: cb9bc9e) (details)
  15. feat: enable report and trigger on tiflash master new pipeline (#2943) (commit: 746b6a2) (details)
  16. fix(pingcap/ng-monitoring): fix the base_ref arg for create pull request on pingcap/monitoring (#2945) (commit: bd5d20b) (details)
  17. chore(tiflash): retry only after get src code cache from ks3 (#2946) (commit: faae7c0) (details)
  18. feat: disable old pipeline trigger on tiflash master (#2944) (commit: 8c60e55) (details)
  19. fix: Restrict the node nodes for Pod scheduling (#2948) (commit: 4f454dd) (details)
  20. fix(tiflash): correct the dir to collect log (#2947) (commit: 635c554) (details)
  21. fix(br): use failpoint tidb-server instead (#2950) (commit: a0a6bb5) (details)
  22. fix(br): use failpoint tidb-server instead (#2951) (commit: 0331217) (details)
Commit 464c0321afb9034c491fa9e8548a3056ff0c7be9 by noreply
chore(dm): use target branch to downloda tidb binary (#2929)

use target branch to downloda tidb binary, only support for
qa-release-test trigger
(commit: 464c032)
The file was modified jenkins/pipelines/ci/ticdc/dm_ghpr_compatibility_test.groovy (diff)
Commit 0108bca24dc14f854d216498fc2da4f389303111 by noreply
fix(br): use failpoint tidb-server instead (#2928)

Since https://github.com/pingcap/tidb/pull/52734, we need to use
failpoint tidb-server for br integration test

Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
(commit: 0108bca)
The file was modified pipelines/pingcap/tidb/release-8.1/pull_br_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tidb/release-7.5/pull_br_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tidb/latest/merged_integration_br_test.groovy (diff)
The file was modified pipelines/pingcap/tidb/release-7.1/pull_br_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tidb/latest/pull_br_integration_test.groovy (diff)
Commit 3f8a4a6d1ce07e7c2a2c29e62af29f11d8fec8cf by noreply
feat(scripts): add scripts parse jenkins build log (#2930)

add scripts parse jenkins build log.
(commit: 3f8a4a6)
The file was addedscripts/ops/parse-jenkins-build-log/main.py
The file was addedscripts/ops/parse-jenkins-build-log/requirements.txt
Commit ed5a42b30dcc80542e1dd0bdb88b69cc308feca1 by noreply
chore: bump nightly version to v8.2.0-alpha (#2898)

bump nightly version to v8.2.0-alpha.

Signed-off-by: purelind <purelind@gmail.com>
(commit: ed5a42b)
The file was modified jenkins/pipelines/cd/tiup/tiup-online-mirror-atom.groovy (diff)
The file was modified jenkins/pipelines/cd/nightly/tiup-release-tidb-master-nightly.groovy (diff)
The file was modified jenkins/pipelines/cd/tiup/tiup-mirror-update-multi-products.groovy (diff)
The file was modified jenkins/pipelines/cd/nightly/release-all-images-by-branch.groovy (diff)
Commit 886fe0bcde660581438221ce401c2b7133c4c598 by noreply
increase ticdc pulsar integration test resource (#2932)

ticdc pulsar integration test failed frequently, but when we run it on
local env, it never fail, so this PR increase ticdc pulsar integration
test resource.
(commit: 886fe0b)
The file was modified pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_pulsar_test.yaml (diff)
Commit 58e1d09f737d9620e379598f0c272d89c9a6b43f by noreply
increase ticdc kafka integration test resource (#2934)

ticdc kafka integration test failed frequently, but when we ran it on
local env, it never fail, so this PR increase ticdc kafka integration
test resource.
(commit: 58e1d09)
The file was modified pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml (diff)
Commit b270b7a65b76382c424f5a34c3d8c229dd4d4880 by noreply
fix(br): use failpoint tidb-server instead (#2936)

use tidb server failpoint in old ci

Signed-off-by: Jianjun Liao <jianjun.liao@outlook.com>
(commit: b270b7a)
The file was modified jenkins/pipelines/ci/br/br_ghpr_unit_and_integration_test.groovy (diff)
Commit a0bb344bb49fb1370ac0c2940a0aa3a76f0c0fd9 by noreply
fix(scripts/pingcap): fix script of adding version placeholder (#2937)

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
(commit: a0bb344)
The file was modified scripts/pingcap/add-placeholder-version-in-readme.ts (diff)
Commit c944560bdc69d3cedf6fb2d40ba4fba3ad679b4f by noreply
chore(tiflash): update tiflash new merged ut (#2938)

(commit: c944560)
The file was modified jobs/pingcap/tiflash/latest/merged_unit_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/latest/merged_unit_test.groovy (diff)
Commit 09f9a7291bfa16b3e3db46baf287c3136013c51b by noreply
feat: tikv new ut add trigger on 6.1 (#2940)

(commit: 09f9a72)
The file was addedprow-jobs/tikv-tikv-release-6.1-presubmits.yaml
The file was modified prow-jobs/kustomization.yaml (diff)
Commit 7c9253483429921dd881dfec784caae32a0b8e91 by noreply
fix: upadte new ut on tikv 6.1 (#2939)

upadte new ut on tikv 6.1

---------

Signed-off-by: purelind <purelind@gmail.com>
(commit: 7c92534)
The file was addedscripts/tikv/tikv/release-6.1/gen_test_binary.py
The file was modified pipelines/tikv/tikv/release-6.1/pod-pull_unit_test.yaml (diff)
The file was modified libraries/tipipeline/vars/component.groovy (diff)
The file was modified pipelines/tikv/tikv/release-6.1/pull_unit_test.groovy (diff)
Commit 094391f29c28bcd231bf60bd30cb157e9b7a6ff1 by noreply
feat(scripts/aritfacts): add scripts to check internal images (#2941)

It can not check the delivery results for external registries.

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
(commit: 094391f)
The file was addedscripts/artifacts/check-images-internal.sh
Commit 618760b8f23481032f6d0010db684d46f840e8e1 by noreply
chore(deps): update dependency idna to v3.7 (#2931)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [idna](https://togithub.com/kjd/idna)
([changelog](https://togithub.com/kjd/idna/blob/master/HISTORY.rst)) |
`==3.6` -> `==3.7` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/idna/3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/idna/3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/idna/3.6/3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/idna/3.6/3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kjd/idna (idna)</summary>

### [`v3.7`](https://togithub.com/kjd/idna/compare/v3.6...v3.7)

[Compare Source](https://togithub.com/kjd/idna/compare/v3.6...v3.7)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/ci).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(commit: 618760b)
The file was modified scripts/ops/parse-jenkins-build-log/requirements.txt (diff)
Commit cb9bc9e8822a01a5d59a2f670fb429e588065145 by noreply
feat(tidb): test flashbacktest package (#2942)

(commit: cb9bc9e)
The file was modified pipelines/pingcap/tidb/latest/ghpr_check2.groovy (diff)
Commit 746b6a27b453c2f4f71825c44f1a6ffb08831699 by noreply
feat: enable report and trigger on tiflash master new pipeline (#2943)

Enable report and trigger on tiflash master new pipeline.
(commit: 746b6a2)
The file was modified prow-jobs/pingcap-tiflash-latest-presubmits.yaml (diff)
Commit bd5d20bd9deebab0bd1b8063f2fd2fde24b8fd61 by noreply
fix(pingcap/ng-monitoring): fix the base_ref arg for create pull request on pingcap/monitoring (#2945)

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
(commit: bd5d20b)
The file was modified prow-jobs/pingcap-ng-monitoring-postsubmits.yaml (diff)
Commit faae7c0a074270cb49d445f60e7c9e9ea56f0a72 by noreply
chore(tiflash): retry only after get src code cache from ks3 (#2946)

Retry only after get src code cache from ks3. It takes about 7 minutes
to retrieve and decompress the code cache from ks3. We only need to
retry when git fetch fails to update due to network.
(commit: faae7c0)
The file was modified pipelines/pingcap/tiflash/latest/pull_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/latest/pull_unit_test.groovy (diff)
Commit 8c60e558a9356c5a25645eebaade802e946e45b6 by noreply
feat: disable old pipeline trigger on tiflash master (#2944)

disable old pipeline trigger on tiflash master.
(commit: 8c60e55)
The file was modified jenkins/jobs/ci/tiflash/ghpr_build.groovy (diff)
The file was modified jenkins/jobs/ci/tiflash/ghpr_integration_test.groovy (diff)
The file was modified jenkins/jobs/ci/tiflash/ghpr_unit_test.groovy (diff)
Commit 4f454dd6e93550f4ad2c312d982ac6250b6648d0 by noreply
fix: Restrict the node nodes for Pod scheduling (#2948)

Restrict the node nodes for Pod scheduling
(commit: 4f454dd)
The file was modified pipelines/pingcap/tidb/latest/pod-merged_sqllogic_test.yaml (diff)
Commit 635c5544ae8ad74f0d959461cc1d4bc8eba1b9bf by noreply
fix(tiflash): correct the dir to collect log (#2947)

correct the dir to collect log.
(commit: 635c554)
The file was modified pipelines/pingcap/tiflash/release-6.5/pull_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/latest/pull_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/release-7.1/pull_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/release-6.1/pull_integration_test.groovy (diff)
The file was modified pipelines/pingcap/tiflash/release-7.5/pull_integration_test.groovy (diff)
Commit a0a6bb5614d55afbab88f0d1ae459423175a5407 by noreply
fix(br): use failpoint tidb-server instead (#2950)

Since https://github.com/pingcap/tidb/pull/52734, we need to use
failpoint tidb-server for br integration test
(commit: a0a6bb5)
The file was modified pipelines/qa/qa-release-br-integration-test.groovy (diff)
Commit 03312178c534dce949face80c69812d989e55009 by noreply
fix(br): use failpoint tidb-server instead (#2951)

Since https://github.com/pingcap/tidb/pull/52734, we need to use
failpoint tidb-server for br integration test
(commit: 0331217)
The file was modified pipelines/qa/qa-release-br-integration-test.groovy (diff)