-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement python injection test matrix [APMON-1544] (#3186)
- Loading branch information
1 parent
94aba8d
commit 521c3eb
Showing
25 changed files
with
301 additions
and
4 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
16 changes: 16 additions & 0 deletions
16
.../build/virtual_machine/weblogs/python/provision_test-app-python-container-3.10-alpine.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.10-alpine | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.10-alpine/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.10.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.10 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.10/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
.../build/virtual_machine/weblogs/python/provision_test-app-python-container-3.11-alpine.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.11-alpine | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.11-alpine/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.11.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.11 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.11/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
.../build/virtual_machine/weblogs/python/provision_test-app-python-container-3.12-alpine.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.12-alpine | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.12-alpine/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.12.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.12 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.12/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
...s/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.7-alpine.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.7-alpine | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.7-alpine/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.7.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.7 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.7/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.8.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.8 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.8/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
...s/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.9-alpine.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.9-alpine | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.9-alpine/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
16 changes: 16 additions & 0 deletions
16
utils/build/virtual_machine/weblogs/python/provision_test-app-python-container-3.9.yml
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,16 @@ | ||
weblog: | ||
name: test-app-python-container-3.9 | ||
exact_os_branches: [ubuntu24] | ||
install: | ||
- os_type: linux | ||
copy_files: | ||
- name: copy-container-run-script | ||
local_path: utils/build/virtual_machine/weblogs/common/create_and_run_app_container.sh | ||
- name: copy-docker-compose-file | ||
local_path: utils/build/virtual_machine/weblogs/common/docker-compose.yml | ||
- name: copy-python-app | ||
local_path: lib-injection/build/docker/python/dd-lib-python-init-test-django | ||
- name: copy-python-app-dockerfile | ||
local_path: utils/build/virtual_machine/weblogs/python/test-app-python-container-3.9/Dockerfile.template | ||
|
||
remote-command: sh create_and_run_app_container.sh |
9 changes: 9 additions & 0 deletions
9
.../virtual_machine/weblogs/python/test-app-python-container-3.10-alpine/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.10-alpine | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
...s/build/virtual_machine/weblogs/python/test-app-python-container-3.10/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.10 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
.../virtual_machine/weblogs/python/test-app-python-container-3.11-alpine/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.11-alpine | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
...s/build/virtual_machine/weblogs/python/test-app-python-container-3.11/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.11 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
.../virtual_machine/weblogs/python/test-app-python-container-3.12-alpine/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.12-alpine | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
...s/build/virtual_machine/weblogs/python/test-app-python-container-3.12/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.12 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
...d/virtual_machine/weblogs/python/test-app-python-container-3.7-alpine/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.7-alpine | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
utils/build/virtual_machine/weblogs/python/test-app-python-container-3.7/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.7 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
utils/build/virtual_machine/weblogs/python/test-app-python-container-3.8/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.8 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
...d/virtual_machine/weblogs/python/test-app-python-container-3.9-alpine/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.9-alpine | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
9 changes: 9 additions & 0 deletions
9
utils/build/virtual_machine/weblogs/python/test-app-python-container-3.9/Dockerfile.template
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,9 @@ | ||
FROM public.ecr.aws/docker/library/python:3.9 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
ENV DJANGO_SETTINGS_MODULE django_app | ||
WORKDIR /src | ||
ADD . /src | ||
RUN pip install django | ||
EXPOSE 18080 | ||
CMD python -m django runserver 0.0.0.0:18080 |
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