Skip to content

Commit

Permalink
Updated CI-Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed May 5, 2022
1 parent 1df11fe commit fda98cf
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion aws-code-build/build_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{"build_ignore":
{"ignored_folders":
{"ignored_paths":
["google-cloud-build", "python_client", ".gitignore", "contributing.md", ".dockerignore", "LICENSE",
"pyproject.toml", "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",
Expand Down
2 changes: 2 additions & 0 deletions aws-code-build/ci/build_buildspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: 0.2

# ---- AUTOMATICALLY GENERATED FILE --------
# ---- DO NOT EDIT MANUALLY, BUT USE PYTHON MODULE "script-languages-container-ci-setup" TO UPDATE ---
env:
shell: bash
variables:
Expand Down
15 changes: 9 additions & 6 deletions aws-code-build/ci/buildspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
version: 0.2

# ---- AUTOMATICALLY GENERATED FILE --------
# ---- DO NOT EDIT MANUALLY, BUT USE PYTHON MODULE "script-languages-container-ci-setup" TO UPDATE ---

batch:
fast-fail: false
build-graph:
- identifier: build_python_36_data_science_cuda_EXASOL_620
- identifier: build_python_37_minimal_EXASOL_620
env:
variables:
FLAVOR: python-3.6-data-science-cuda-EXASOL-6.2.0
FLAVOR: python-3.7-minimal-EXASOL-6.2.0
buildspec: ./aws-code-build/ci/build_buildspec.yaml
privileged-mode: true
type: BUILD_GENERAL1_MEDIUM
- identifier: build_python_36_minimal_EXASOL_620
- identifier: build_python_36_data_science_cuda_EXASOL_620
env:
variables:
FLAVOR: python-3.6-minimal-EXASOL-6.2.0
FLAVOR: python-3.6-data-science-cuda-EXASOL-6.2.0
buildspec: ./aws-code-build/ci/build_buildspec.yaml
privileged-mode: true
type: BUILD_GENERAL1_MEDIUM
Expand All @@ -24,10 +27,10 @@ batch:
buildspec: ./aws-code-build/ci/build_buildspec.yaml
privileged-mode: true
type: BUILD_GENERAL1_MEDIUM
- identifier: build_python_37_minimal_EXASOL_620
- identifier: build_python_36_minimal_EXASOL_620
env:
variables:
FLAVOR: python-3.7-minimal-EXASOL-6.2.0
FLAVOR: python-3.6-minimal-EXASOL-6.2.0
buildspec: ./aws-code-build/ci/build_buildspec.yaml
privileged-mode: true
type: BUILD_GENERAL1_MEDIUM
21 changes: 10 additions & 11 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = ">=3.8,<4"
importlib-resources = ">=5.4.0"
exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.12.0/exasol_script_languages_container_tool-0.12.0-py3-none-any.whl" }
exasol-script-languages-container-ci = {git = "https://github.com/exasol/script-languages-container-ci.git", branch="main"}
exasol-script-languages-container-ci-setup = {git = "https://github.com/exasol/script-languages-container-ci-setup.git", branch="feature/1_implement_codebuild_deployment_and_buildspec_generation"}
exasol-script-languages-container-ci-setup = {git = "https://github.com/exasol/script-languages-container-ci-setup.git", branch="main"}
#exasol-script-languages-container-ci = { path = "/home/thomas/Work/script-languages-container-ci", develop = false}
[build-system]
requires = ["poetry_core>=1.0.0"]
Expand Down

0 comments on commit fda98cf

Please sign in to comment.