Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Oct 7, 2024
1 parent 277e46c commit c31b9fe
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- name: Set environment variables
run: |
echo "ODOO_MINOR = $ODOO_MINOR"
echo "ODOO_VERSION = $ODOO_VERSION"
echo "DB_VERSION = ${{ matrix.pg_version }}"
echo "Variables de entorno ODOO:"
env | grep ODOO
# Install dev and test dependencies
- run: pip install poetry
- name: Patch $PATH
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/addons_env/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/addons_env_double/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/addons_env_ou/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
AGGREGATE: "false"
CLEAN: "false"
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
environment:
PYTHONOPTIMIZE: ""
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/dependencies/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/dependencies_ge_16/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/dotd/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
LOG_LEVEL: DEBUG
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
tty: true
environment:
PGUSER: another_odoo
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/dotd_ge_16/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
LOG_LEVEL: DEBUG
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
tty: true
environment:
PGUSER: another_odoo
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/entrypoint/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
args:
# compile causes the creation of __pycache__ in entrypoint.d for this test
COMPILE: "true"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/geoip/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"

Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/geoip_devel/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"
DB_VERSION: ${DB_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/repo_merge/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false" # ensure build.d/700-odoo-install does not fail
WITHOUT_DEMO: "false"
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/repo_merge/setup-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
AGGREGATE: "false"
CLEAN: "false"
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
environment:
PYTHONOPTIMIZE: ""
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/settings/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
LOG_LEVEL: DEBUG
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
tty: true
environment:
EMAIL_FROM: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/smallest/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/symlinks/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
tty: true
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/test_artifacts/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"
# enable creating test artifact directories with correct permissions
UID: "${UID:-1000}"
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/uids_1001/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"
UID: 1001
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/uids_998/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"
UID: 998
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/uids_default/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
WITHOUT_DEMO: "false"

tty: true
Expand Down
2 changes: 1 addition & 1 deletion tests/scaffoldings/uids_mac_os/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./
args:
COMPILE: "false"
ODOO_VERSION: $ODOO_MINOR
ODOO_VERSION: ${ODOO_MINOR}
PIP_INSTALL_ODOO: "false"
WITHOUT_DEMO: "false"
UID: 501
Expand Down

0 comments on commit c31b9fe

Please sign in to comment.