File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
services/director/tests/unit Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3737 - all
3838
3939env :
40+ # NOTE: DIRECTOR_DEFAULT_MAX_* used for integration-tests that include `director` service
41+ DIRECTOR_DEFAULT_MAX_NANO_CPUS : 10000000
42+ DIRECTOR_DEFAULT_MAX_MEMORY : 268435456
4043 # NOTE: 'COLUMNS' is a shell env var that represents the width (number of columns)
4144 # of the terminal or command-line interface in characters.
4245 COLUMNS : 120
@@ -2146,9 +2149,6 @@ jobs:
21462149 python : ["3.11"]
21472150 os : [ubuntu-22.04]
21482151 fail-fast : false
2149- env :
2150- DIRECTOR_DEFAULT_MAX_NANO_CPUS : 10000000
2151- DIRECTOR_DEFAULT_MAX_MEMORY : 268435456
21522152 steps :
21532153 - uses : actions/checkout@v4
21542154 - name : setup docker buildx
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ def test_valid_web_application_settings(app_environment: EnvVarsDict):
3838
3939
4040def test_docker_container_env_sample (monkeypatch : pytest .MonkeyPatch ):
41+ monkeypatch .delenv ("DIRECTOR_DEFAULT_MAX_MEMORY" , raising = False )
4142
4243 setenvs_from_envfile (
4344 monkeypatch ,
You can’t perform that action at this time.
0 commit comments