-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1839 from skalenetwork/develop_to_3_17_merge
Develop to 3.17.2 merge
- Loading branch information
Showing
67 changed files
with
1,898 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Description | ||
|
||
_Please provide a brief summary of your changes here. Replace this comment with your summary._ | ||
|
||
## Tests | ||
|
||
_Describe how you tested the changes made in this pull request. Include specific tests you have added. Replace this comment with your testing methodology._ | ||
|
||
## Performance Impact | ||
|
||
_Describe any potential impact on performance due to your changes. Include any benchmarks you performed, if applicable, and compare the results with and without your changes. Replace this comment with your performance analysis._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
jobs: | ||
functional-tests: | ||
name: Functional tests | ||
name: Functional tests for ${{ inputs.version }} | ||
runs-on: ubuntu-20.04 | ||
env: | ||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true | ||
|
@@ -24,11 +24,12 @@ | |
with: | ||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
repository: skalenetwork/skale-ci-integration_tests | ||
ref: v3.18.0 | ||
submodules: recursive | ||
- name: Set up Node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
- name: Install packages | ||
run: | | ||
sudo apt-get update | ||
|
@@ -65,8 +66,8 @@ | |
- name: skaled+load_python+all | ||
run: SKALED_PROVIDER=skaled_providers/binary_from_container ./run_tests.sh skaled+load_python+all | ||
|
||
# - name: skaled+load_js+run_angry_cats | ||
# run: SKALED_PROVIDER=skaled_providers/endpoint_by_container ./run_tests.sh skaled+load_js+run_angry_cats | ||
- name: skaled+load_js+run_angry_cats | ||
run: SKALED_PROVIDER=skaled_providers/endpoint_by_container ./run_tests.sh skaled+load_js+run_angry_cats | ||
|
||
- name: skaled+internals+test_snapshot_api | ||
run: SKALED_PROVIDER=skaled_providers/binary_from_container ./run_tests.sh skaled+internals+test_snapshot_api | ||
|
@@ -86,11 +87,12 @@ | |
if: ${{ always() }} | ||
continue-on-error: true | ||
with: | ||
name: debug | ||
name: debug-${{ inputs.version }} | ||
path: | | ||
skaled_providers | ||
!skaled_providers/**/skaled | ||
/tmp/tmp* | ||
/tmp/*log | ||
*.log | ||
./integration_tests/skaled/internals/third_party/skale-node-tests/btrfs | ||
!**/.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.