Created by: Aurelius84
- Fix typo in CI error information
- Refine the CI error information
Before
**The warnings info: **
[Step 1/1] 0 . More data_type of new operator should be regitered in your PR. Please make sure that both float/double (or int/int64_t) have been regitered. You must have one RD (Aurelius84 or liym27 or zhhsplendid)approval for the data_type registration of new operator.
[03:56:30] [Step 1/1]
[03:56:30] [Step 1/1] There are 1 approved errors.
[03:56:30] [Step 1/1] ****************
[03:56:31] [Step 1/1] + expand_test_a float int
[03:56:31] [Step 1/1] + expand_test_b double float int
[03:56:31] [Step 1/1] + expand_test_c float
[03:56:39] [Step 1/1] Process exited with code 1
After
See build log in PR https://github.com/PaddlePaddle/Paddle/pull/21526/ for details.
[08:49:34] [Step 1/1] ****************
[08:49:34] [Step 1/1] 0. You must have one RD (Aurelius84 (Recommend) or liym27 or zhhsplendid)approval for the data_type registration of new operator. More data_type of new operator should be registered in your PR. Please make sure that both float/double (or int/int64_t) have been registered.
[08:49:34] [Step 1/1] For more details, please click [https://github.com/PaddlePaddle/Paddle/wiki/Data-types-of-generic-Op-must-be-fully-registered].
[08:49:34] [Step 1/1]
[08:49:34] [Step 1/1] There are 1 approved errors.
[08:49:34] [Step 1/1] ****************
[08:49:36] [Step 1/1] expand_test_a only supports [int float] now, but lacks [double int64_t].
[08:49:36] [Step 1/1] expand_test_b only supports [int double float] now, but lacks [int64_t].
[08:49:36] [Step 1/1] expand_test_c only supports [float] now, but lacks [double].
[08:49:42] [Step 1/1] Process exited with code 1