Skip to content

Commit

Permalink
test: add PYTHONUNBUFFERED=1 to base template
Browse files Browse the repository at this point in the history
Set the PYTHONUNBUFFERED env var for all jobs that inherit the
BASE_CONFIG.
  • Loading branch information
achilleas-k committed Oct 16, 2023
1 parent 9454fbb commit 0eb9193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/scripts/configure-generators
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ generate-build-config-{distro}-{arch}:
variables:
RUNNER: aws/fedora-38-{arch}
INTERNAL_NETWORK: "true"
PYTHONUNBUFFERED: 1
script:
- sudo ./schutzbot/setup-osbuild-repo
- sudo dnf -y install go python3 gpgme-devel s3cmd
Expand Down Expand Up @@ -59,7 +58,6 @@ generate-ostree-build-config-{distro}-{arch}:
variables:
RUNNER: aws/fedora-38-{arch}
INTERNAL_NETWORK: "true"
PYTHONUNBUFFERED: 1
script:
- sudo ./schutzbot/setup-osbuild-repo
- sudo dnf -y install go python3 gpgme-devel s3cmd
Expand Down
2 changes: 2 additions & 0 deletions test/scripts/imgtestlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
retry: 1
tags:
- terraform
variables:
PYTHONUNBUFFERED: 1
.terraform:
extends: .base
Expand Down

0 comments on commit 0eb9193

Please sign in to comment.