Skip to content

Commit

Permalink
fix(tidb,pd): remove race flag for failpoint target (#522)
Browse files Browse the repository at this point in the history
The `failpoint` target will only be used in testing env, I agreed with
the testing team: agreed to remove the race option.

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Jan 6, 2025
1 parent bbcbb50 commit 738ed49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ components:
enterprise:
- script: PD_EDITION=Enterprise make build tools
failpoint:
- script: WITH_RACE=1 FAILPOINT=1 make failpoint-enable build failpoint-disable
- script: FAILPOINT=1 make failpoint-enable build failpoint-disable
artifacts:
- name: "pd-{{ .Release.version }}-{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
if: {{ ne "enterprise" .Release.profile }}
Expand Down Expand Up @@ -789,7 +789,7 @@ components:
failpoint:
- script: |
make failpoint-enable
WITH_RACE=1 make server build_tools build_dumpling # failpoint
make server build_tools build_dumpling # failpoint
make failpoint-disable
artifacts:
- name: "plugins-{{ .Release.version }}-{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
Expand Down

0 comments on commit 738ed49

Please sign in to comment.