Skip to content

Commit

Permalink
Merge branch 'master' into py3-for-signature-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
allipatev authored Sep 7, 2023
2 parents 1f7a936 + f777386 commit 887af59
Show file tree
Hide file tree
Showing 84 changed files with 1,304 additions and 3,354 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_package_management_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/setup-python@v2
with:
python-version: 2.7

- name: Init submodules
run: git submodule update --init --recursive

Expand Down
34 changes: 26 additions & 8 deletions aws-code-build/build_config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
{"build_ignore":
{"ignored_paths":
["python_client", ".gitignore", ".dockerignore", "LICENSE",
"README.md", "find_duplicate_error_codes.sh", "find_error_codes.sh",
"find_highest_error_codes_per_module.sh", "find_incomplete_error_codes.sh", "find_next_error_code_per_module.sh",
"show_code_arround_error_codes.sh", "visualize_task_dependencies.sh", "udf-script-signature-generator",
".github", "cpp_client", "emulator", "exaslct_scripts", "githooks"]
{
"build": {
"base_branch": "master",
"ignore": {
"paths": [
"python_client",
".gitignore",
".dockerignore",
"LICENSE",
"README.md",
"find_duplicate_error_codes.sh",
"find_error_codes.sh",
"find_highest_error_codes_per_module.sh",
"find_incomplete_error_codes.sh",
"find_next_error_code_per_module.sh",
"show_code_arround_error_codes.sh",
"visualize_task_dependencies.sh",
"udf-script-signature-generator",
".github",
"cpp_client",
"emulator",
"exaslct_scripts",
"githooks"
]
}
},
"base_branch": "master"
"release": {"timeout_in_minutes": 240}
}
7 changes: 0 additions & 7 deletions aws-code-build/ci/buildspec.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exaslct_scripts/exaslct.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions ext/scripts/tests/list_installed_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ echo list_installed_apt.sh
$PATH_TO_INSTALL_SCRIPTS/list_installed_apt.sh
echo

echo list_installed_pip.sh python2
$PATH_TO_INSTALL_SCRIPTS/list_installed_pip.sh python2
echo

echo list_installed_pip.sh python3
$PATH_TO_INSTALL_SCRIPTS/list_installed_pip.sh python3
echo
Expand Down
16 changes: 0 additions & 16 deletions flavors/python-3.7-minimal-EXASOL-6.2.0/FLAVOR_DESCRIPTION.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

147 changes: 0 additions & 147 deletions flavors/python-3.7-minimal-EXASOL-6.2.0/flavor_base/build_steps.py

This file was deleted.

Loading

0 comments on commit 887af59

Please sign in to comment.