File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3535 - name : Build
3636 uses : gradle/gradle-build-action@v2
3737 with :
38+ cache-disabled : true
3839 arguments : assemble -Dbuild.snapshot=false
3940 build-root-directory : ${{ inputs.plugin-branch }}
4041
Original file line number Diff line number Diff line change 3131 - name : Run BWC tests
3232 uses : gradle/gradle-build-action@v2
3333 with :
34+ cache-disabled : true
3435 arguments : |
3536 bwcTestSuite
3637 -Dtests.security.manager=false
Original file line number Diff line number Diff line change 2828 - name : Build and Test
2929 uses : gradle/gradle-build-action@v2
3030 with :
31+ cache-disabled : true
3132 arguments : |
3233 build test -Dbuild.snapshot=false
3334 -x integrationTest
7677 uses : gradle/gradle-build-action@v2
7778 continue-on-error : true # Until retries are enable do not fail the workflow https://github.com/opensearch-project/security/issues/2184
7879 with :
80+ cache-disabled : true
7981 arguments : |
8082 integrationTest -Dbuild.snapshot=false
8183 -x spotlessCheck
Original file line number Diff line number Diff line change 2626
2727 - uses : gradle/gradle-build-action@v2
2828 with :
29+ cache-disabled : true
2930 arguments : spotlessCheck
3031
3132 checkstyle :
4142
4243 - uses : gradle/gradle-build-action@v2
4344 with :
45+ cache-disabled : true
4446 arguments : checkstyleMain checkstyleTest
4547
4648 spotbugs :
5658
5759 - uses : gradle/gradle-build-action@v2
5860 with :
61+ cache-disabled : true
5962 arguments : spotbugsMain
Original file line number Diff line number Diff line change 2727 - name : Assemble target plugin
2828 uses : gradle/gradle-build-action@v2
2929 with :
30+ cache-disabled : true
3031 arguments : assemble
3132
3233 # Move and rename the plugin for installation
5960 - name : Run sanity tests
6061 uses : gradle/gradle-build-action@v2
6162 with :
63+ cache-disabled : true
6264 arguments : integTestRemote -Dtests.rest.cluster=localhost:9200 -Dtests.cluster=localhost:9200 -Dtests.clustername="opensearch" -Dhttps=true -Duser=admin -Dpassword=admin
You can’t perform that action at this time.
0 commit comments