6767 run : GOMAXPROCS=10 GOMEMLIMIT=20GiB ./gradlew referenceExecutionSpecBlockchainTests -x spotlessCheck --tests "${{ inputs.test_filter || 'BlockchainReferenceTest_*' }}"
6868 timeout-minutes : 360
6969 env :
70- JUNIT_TESTS_PARALLELISM : 3
70+ JUNIT_TESTS_PARALLELISM : 2
7171 JAVA_OPTS : -Dorg.gradle.daemon=false
7272 GOCORSET_FLAGS : -b1024 -v --ansi-escapes=false --report --air
7373 FAILED_TEST_JSON_DIRECTORY : ${{ github.workspace }}/tmp/${{ steps.extract_branch.outputs.branch }}/
@@ -78,28 +78,28 @@ jobs:
7878
7979 - name : Upload artifact
8080 if : always()
81- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
81+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8282 with :
8383 name : failedBlockchainReferenceTests-${{ inputs.zkevm_fork }}.json
8484 path : ${{ github.workspace }}/tmp/${{ steps.extract_branch.outputs.branch }}/
8585
8686 - name : Upload test report
8787 if : always()
88- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 with :
9090 name : blockchain-reference-tests-report-${{ inputs.zkevm_fork }}
9191 path : reference-tests/build/reports/tests/**/*
9292
9393 - name : Upload jacoco exec spec blockchain tests coverage report
9494 if : always()
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696 with :
9797 name : jacoco-blockchain-tests-coverage-report-${{ inputs.zkevm_fork }}
9898 path : reference-tests/build/reports/jacoco/jacocoReferenceExecutionSpecBlockchainTestsReport/**/*
9999
100100 - name : Upload jacoco blockchain tests exec file
101101 if : always()
102- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103 with :
104104 name : jacoco-blockchain-tests-exec-file-${{ inputs.zkevm_fork }}
105105 path : reference-tests/build/jacoco/referenceExecutionSpecBlockchainTests.exec
0 commit comments