@@ -553,6 +553,8 @@ jobs:
553553 java-version : ${{ matrix.java }}
554554 distribution : ' temurin'
555555 cache : ' maven'
556+ - name : free disk space
557+ run : tools/github/free_disk_space.sh
556558 - name : run seatunnel zeta integration test
557559 if : needs.changes.outputs.api == 'true'
558560 run : |
@@ -609,6 +611,8 @@ jobs:
609611 java-version : ${{ matrix.java }}
610612 distribution : ' temurin'
611613 cache : ' maven'
614+ - name : free disk space
615+ run : tools/github/free_disk_space.sh
612616 - name : run transform-v2 integration test (part-1)
613617 if : needs.changes.outputs.api == 'true'
614618 run : |
@@ -633,6 +637,8 @@ jobs:
633637 java-version : ${{ matrix.java }}
634638 distribution : ' temurin'
635639 cache : ' maven'
640+ - name : free disk space
641+ run : tools/github/free_disk_space.sh
636642 - name : run transform-v2 integration test (part-2)
637643 if : needs.changes.outputs.api == 'true'
638644 run : |
@@ -657,6 +663,8 @@ jobs:
657663 java-version : ${{ matrix.java }}
658664 distribution : ' temurin'
659665 cache : ' maven'
666+ - name : free disk space
667+ run : tools/github/free_disk_space.sh
660668 - name : run connector-v2 integration test (part-1)
661669 if : needs.changes.outputs.api == 'true'
662670 run : |
@@ -684,6 +692,8 @@ jobs:
684692 java-version : ${{ matrix.java }}
685693 distribution : ' temurin'
686694 cache : ' maven'
695+ - name : free disk space
696+ run : tools/github/free_disk_space.sh
687697 - name : run connector-v2 integration test (part-2)
688698 if : needs.changes.outputs.api == 'true'
689699 run : |
@@ -711,6 +721,8 @@ jobs:
711721 java-version : ${{ matrix.java }}
712722 distribution : ' temurin'
713723 cache : ' maven'
724+ - name : free disk space
725+ run : tools/github/free_disk_space.sh
714726 - name : run connector-v2 integration test (part-3)
715727 if : needs.changes.outputs.api == 'true'
716728 run : |
@@ -738,6 +750,8 @@ jobs:
738750 java-version : ${{ matrix.java }}
739751 distribution : ' temurin'
740752 cache : ' maven'
753+ - name : free disk space
754+ run : tools/github/free_disk_space.sh
741755 - name : run connector-v2 integration test (part-4)
742756 if : needs.changes.outputs.api == 'true'
743757 run : |
@@ -765,6 +779,8 @@ jobs:
765779 java-version : ${{ matrix.java }}
766780 distribution : ' temurin'
767781 cache : ' maven'
782+ - name : free disk space
783+ run : tools/github/free_disk_space.sh
768784 - name : run connector-v2 integration test (part-5)
769785 if : needs.changes.outputs.api == 'true'
770786 run : |
@@ -792,6 +808,8 @@ jobs:
792808 java-version : ${{ matrix.java }}
793809 distribution : ' temurin'
794810 cache : ' maven'
811+ - name : free disk space
812+ run : tools/github/free_disk_space.sh
795813 - name : run connector-v2 integration test (part-6)
796814 if : needs.changes.outputs.api == 'true'
797815 run : |
@@ -819,6 +837,8 @@ jobs:
819837 java-version : ${{ matrix.java }}
820838 distribution : ' temurin'
821839 cache : ' maven'
840+ - name : free disk space
841+ run : tools/github/free_disk_space.sh
822842 - name : run connector-v2 integration test (part-7)
823843 if : needs.changes.outputs.api == 'true'
824844 run : |
@@ -898,6 +918,8 @@ jobs:
898918 java-version : ${{ matrix.java }}
899919 distribution : ' temurin'
900920 cache : ' maven'
921+ - name : free disk space
922+ run : tools/github/free_disk_space.sh
901923 - name : run jdbc connectors integration test (part-3)
902924 if : needs.changes.outputs.api == 'true'
903925 run : |
@@ -922,6 +944,8 @@ jobs:
922944 java-version : ${{ matrix.java }}
923945 distribution : ' temurin'
924946 cache : ' maven'
947+ - name : free disk space
948+ run : tools/github/free_disk_space.sh
925949 - name : run jdbc connectors integration test (part-4)
926950 if : needs.changes.outputs.api == 'true'
927951 run : |
@@ -946,6 +970,8 @@ jobs:
946970 java-version : ${{ matrix.java }}
947971 distribution : ' temurin'
948972 cache : ' maven'
973+ - name : free disk space
974+ run : tools/github/free_disk_space.sh
949975 - name : run jdbc connectors integration test (part-5)
950976 if : needs.changes.outputs.api == 'true'
951977 run : |
@@ -996,6 +1022,8 @@ jobs:
9961022 java-version : ${{ matrix.java }}
9971023 distribution : ' temurin'
9981024 cache : ' maven'
1025+ - name : free disk space
1026+ run : tools/github/free_disk_space.sh
9991027 - name : run jdbc connectors integration test (part-7)
10001028 if : needs.changes.outputs.api == 'true'
10011029 run : |
@@ -1020,6 +1048,8 @@ jobs:
10201048 java-version : ${{ matrix.java }}
10211049 distribution : ' temurin'
10221050 cache : ' maven'
1051+ - name : free disk space
1052+ run : tools/github/free_disk_space.sh
10231053 - name : run kudu connector integration test
10241054 run : |
10251055 ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-kudu-e2e -am -Pci
@@ -1043,6 +1073,8 @@ jobs:
10431073 java-version : ${{ matrix.java }}
10441074 distribution : ' temurin'
10451075 cache : ' maven'
1076+ - name : free disk space
1077+ run : tools/github/free_disk_space.sh
10461078 - name : run amazonsqs connector integration test
10471079 run : |
10481080 ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-amazonsqs-e2e -am -Pci
@@ -1066,6 +1098,8 @@ jobs:
10661098 java-version : ${{ matrix.java }}
10671099 distribution : ' temurin'
10681100 cache : ' maven'
1101+ - name : free disk space
1102+ run : tools/github/free_disk_space.sh
10691103 - name : run kafka connector integration test
10701104 run : |
10711105 ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-kafka-e2e -am -Pci
@@ -1089,6 +1123,8 @@ jobs:
10891123 java-version : ${{ matrix.java }}
10901124 distribution : ' temurin'
10911125 cache : ' maven'
1126+ - name : free disk space
1127+ run : tools/github/free_disk_space.sh
10921128 - name : run rocket connector integration test
10931129 run : |
10941130 ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-rocketmq-e2e -am -Pci
@@ -1139,6 +1175,8 @@ jobs:
11391175 java-version : ${{ matrix.java }}
11401176 distribution : ' temurin'
11411177 cache : ' maven'
1178+ - name : free disk space
1179+ run : tools/github/free_disk_space.sh
11421180 - name : run oracle cdc connector integration test
11431181 run : |
11441182 ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-cdc-oracle-e2e -am -Pci
0 commit comments