Skip to content

Commit 2e3c0d5

Browse files
Remove useless upload logs
1 parent bdd1849 commit 2e3c0d5

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ jobs:
4747
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
4848
cd utbot-cli
4949
gradle build --no-daemon
50-
51-
- name: Upload logs
52-
if: ${{ always() }}
53-
uses: actions/upload-artifact@v2
54-
with:
55-
name: cli_logs
56-
path: utbot-cli/logs/*
5750
5851
- name: Upload test report if tests have failed
5952
if: ${{ failure() }}
@@ -102,13 +95,6 @@ jobs:
10295
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
10396
cd utbot-core
10497
gradle build --no-daemon
105-
106-
- name: Upload logs
107-
if: ${{ always() }}
108-
uses: actions/upload-artifact@v2
109-
with:
110-
name: core_logs
111-
path: utbot-core/logs/*
11298
11399
- name: Upload test report if tests have failed
114100
if: ${{ failure() }}
@@ -809,13 +795,6 @@ jobs:
809795
cd utbot-framework-api
810796
gradle build --no-daemon
811797
812-
- name: Upload logs
813-
if: ${{ always() }}
814-
uses: actions/upload-artifact@v2
815-
with:
816-
name: framework-api_logs
817-
path: utbot-framework-api/logs/*
818-
819798
- name: Upload test report if tests have failed
820799
if: ${{ failure() }}
821800
uses: actions/upload-artifact@v2
@@ -863,13 +842,6 @@ jobs:
863842
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
864843
cd utbot-fuzzers
865844
gradle build --no-daemon
866-
867-
- name: Upload logs
868-
if: ${{ always() }}
869-
uses: actions/upload-artifact@v2
870-
with:
871-
name: fuzzers_logs
872-
path: utbot-fuzzers/logs/*
873845
874846
- name: Upload test report if tests have failed
875847
if: ${{ failure() }}
@@ -918,13 +890,6 @@ jobs:
918890
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
919891
cd utbot-gradle
920892
gradle build --no-daemon
921-
922-
- name: Upload logs
923-
if: ${{ always() }}
924-
uses: actions/upload-artifact@v2
925-
with:
926-
name: gradle_logs
927-
path: utbot-gradle/logs/*
928893
929894
- name: Upload test report if tests have failed
930895
if: ${{ failure() }}
@@ -973,13 +938,6 @@ jobs:
973938
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
974939
cd utbot-instrumentation
975940
gradle build --no-daemon
976-
977-
- name: "Upload logs: instrumentation"
978-
if: ${{ always() }}
979-
uses: actions/upload-artifact@v2
980-
with:
981-
name: instrumentation_logs
982-
path: utbot-instrumentation/logs/*
983941
984942
- name: Upload test (intstrumentation) report if tests have failed
985943
if: ${{ failure() }}
@@ -994,13 +952,6 @@ jobs:
994952
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
995953
cd utbot-instrumentation-tests
996954
gradle build --no-daemon
997-
998-
- name: "Upload logs: instrumentation tests"
999-
if: ${{ always() }}
1000-
uses: actions/upload-artifact@v2
1001-
with:
1002-
name: instrumentation-tests_logs
1003-
path: utbot-instrumentation-tests/logs/*
1004955
1005956
- name: Upload test (intstrumentation tests) report if tests have failed
1006957
if: ${{ failure() }}
@@ -1049,13 +1000,6 @@ jobs:
10491000
export KOTLIN_HOME="/usr"
10501001
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
10511002
gradle buildPlugin --no-daemon
1052-
1053-
- name: Upload logs
1054-
if: ${{ always() }}
1055-
uses: actions/upload-artifact@v2
1056-
with:
1057-
name: intellij_logs
1058-
path: utbot-intellij/logs/*
10591003
10601004
- name: Upload test report if tests have failed
10611005
if: ${{ failure() }}
@@ -1104,13 +1048,6 @@ jobs:
11041048
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
11051049
cd utbot-junit-contest
11061050
gradle build --no-daemon
1107-
1108-
- name: Upload logs
1109-
if: ${{ always() }}
1110-
uses: actions/upload-artifact@v2
1111-
with:
1112-
name: junit-contest_logs
1113-
path: utbot-junit-contest/logs/*
11141051
11151052
- name: Upload test report if tests have failed
11161053
if: ${{ failure() }}
@@ -1159,13 +1096,6 @@ jobs:
11591096
export GRADLE_OPTS="-XX:MaxHeapSize=1048m -Dorg.gradle.jvmargs='-XX:MaxHeapSize=1048m -XX:MaxPermSize=256m -Dorg.gradle.daemon=false' -Dorg.gradle.daemon=false"
11601097
cd utbot-sample
11611098
gradle build --no-daemon
1162-
1163-
- name: Upload logs
1164-
if: ${{ always() }}
1165-
uses: actions/upload-artifact@v2
1166-
with:
1167-
name: sample_logs
1168-
path: utbot-sample/logs/*
11691099
11701100
- name: Upload test report if tests have failed
11711101
if: ${{ failure() }}

0 commit comments

Comments
 (0)