[KYUUBI #5443] Add kyuubi-kubernetes-it module to reformat script
### _Why are the changes needed?_ - With this PR, the code of module `kyuubi-kubernetes-it` will be auto-reformated by running `dev/reformat` script. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No. Closes #5443 from bowenliang123/reformat-k8sit. Closes #5443 39a323efc [Bowen Liang] reformat k8s it module Authored-by: Bowen Liang <liangbowen@gf.com.cn> Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
parent
fdd8f1729a
commit
f7143273a5
@ -20,7 +20,7 @@ set -x
|
||||
|
||||
KYUUBI_HOME="$(cd "`dirname "$0"`/.."; pwd)"
|
||||
|
||||
PROFILES="-Pflink-provided,hive-provided,spark-provided,spark-block-cleaner,spark-3.5,spark-3.4,spark-3.3,spark-3.2,spark-3.1,tpcds"
|
||||
PROFILES="-Pflink-provided,hive-provided,spark-provided,spark-block-cleaner,spark-3.5,spark-3.4,spark-3.3,spark-3.2,spark-3.1,tpcds,kubernetes-it"
|
||||
|
||||
# python style checks rely on `black` in path
|
||||
if ! command -v black &> /dev/null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user