-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pavi shared aws infra sha consistency debugging #157
Conversation
… package hash value
pavi_shared_aws_infra hash should be independent of any requirements.txt updates, and only depend on pyproject.toml file (and src files).
The validation workflow automatically applied the below dependency lock file updates. api/aws_infra/requirements.txtdiff --git a/api/aws_infra/requirements.txt b/api/aws_infra/requirements.txt
index 8a7621c..0aff29e 100644
--- a/api/aws_infra/requirements.txt
+++ b/api/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via api-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ api/aws_infra/tests/requirements.txtdiff --git a/api/aws_infra/tests/requirements.txt b/api/aws_infra/tests/requirements.txt
index 79bad04..216acd1 100644
--- a/api/aws_infra/tests/requirements.txt
+++ b/api/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via api-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ pipeline/aws_infra/requirements.txtdiff --git a/pipeline/aws_infra/requirements.txt b/pipeline/aws_infra/requirements.txt
index d24cdc0..732f56b 100644
--- a/pipeline/aws_infra/requirements.txt
+++ b/pipeline/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via pipeline-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ pipeline/aws_infra/tests/requirements.txtdiff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt
index f3ba02e..f45bc31 100644
--- a/pipeline/aws_infra/tests/requirements.txt
+++ b/pipeline/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via pipeline-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ webui/aws_infra/requirements.txtdiff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt
index 4379884..2de7b29 100644
--- a/webui/aws_infra/requirements.txt
+++ b/webui/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via webui-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ webui/aws_infra/tests/requirements.txtdiff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt
index 05a6f20..944a888 100644
--- a/webui/aws_infra/tests/requirements.txt
+++ b/webui/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:6e57f599279342fb8e961c334f6bd643f55d0ac850204dcb209220d16cb70ac3
# via webui-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ A bundle with all dependency lock files is available here as artifact called |
… hash when built after new setuptools releases
The validation workflow automatically applied the below dependency lock file updates. api/aws_infra/requirements.txtdiff --git a/api/aws_infra/requirements.txt b/api/aws_infra/requirements.txt
index 8a7621c..67ad5e4 100644
--- a/api/aws_infra/requirements.txt
+++ b/api/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via api-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ api/aws_infra/tests/requirements.txtdiff --git a/api/aws_infra/tests/requirements.txt b/api/aws_infra/tests/requirements.txt
index 79bad04..cec99b4 100644
--- a/api/aws_infra/tests/requirements.txt
+++ b/api/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via api-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ pipeline/aws_infra/requirements.txtdiff --git a/pipeline/aws_infra/requirements.txt b/pipeline/aws_infra/requirements.txt
index d24cdc0..b2af39c 100644
--- a/pipeline/aws_infra/requirements.txt
+++ b/pipeline/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via pipeline-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ pipeline/aws_infra/tests/requirements.txtdiff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt
index f3ba02e..6d1db73 100644
--- a/pipeline/aws_infra/tests/requirements.txt
+++ b/pipeline/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via pipeline-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ webui/aws_infra/requirements.txtdiff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt
index 4379884..9a795e3 100644
--- a/webui/aws_infra/requirements.txt
+++ b/webui/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via webui-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ webui/aws_infra/tests/requirements.txtdiff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt
index 05a6f20..7eefcf5 100644
--- a/webui/aws_infra/tests/requirements.txt
+++ b/webui/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:b527c3193e2b718192575dbe41c88e8c2567b82019e10e0f7add903714c21761
# via webui-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ A bundle with all dependency lock files is available here as artifact called |
The validation workflow automatically applied the below dependency lock file updates. api/aws_infra/requirements.txtdiff --git a/api/aws_infra/requirements.txt b/api/aws_infra/requirements.txt
index 8a7621c..13c09d7 100644
--- a/api/aws_infra/requirements.txt
+++ b/api/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via api-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ api/aws_infra/tests/requirements.txtdiff --git a/api/aws_infra/tests/requirements.txt b/api/aws_infra/tests/requirements.txt
index 79bad04..edb482a 100644
--- a/api/aws_infra/tests/requirements.txt
+++ b/api/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via api-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ pipeline/aws_infra/requirements.txtdiff --git a/pipeline/aws_infra/requirements.txt b/pipeline/aws_infra/requirements.txt
index d24cdc0..bc93f28 100644
--- a/pipeline/aws_infra/requirements.txt
+++ b/pipeline/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via pipeline-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ pipeline/aws_infra/tests/requirements.txtdiff --git a/pipeline/aws_infra/tests/requirements.txt b/pipeline/aws_infra/tests/requirements.txt
index f3ba02e..e8d0d43 100644
--- a/pipeline/aws_infra/tests/requirements.txt
+++ b/pipeline/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via pipeline-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ webui/aws_infra/requirements.txtdiff --git a/webui/aws_infra/requirements.txt b/webui/aws_infra/requirements.txt
index 4379884..20644aa 100644
--- a/webui/aws_infra/requirements.txt
+++ b/webui/aws_infra/requirements.txt
@@ -73,7 +73,7 @@ jsii==1.101.0 \
# aws-cdk-lib
# constructs
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via webui-aws_infra (pyproject.toml)
publication==0.0.3 \
--hash=sha256:0248885351febc11d8a1098d5c8e3ab2dabcf3e8c0c96db1e17ecd12b53afbe6 \ webui/aws_infra/tests/requirements.txtdiff --git a/webui/aws_infra/tests/requirements.txt b/webui/aws_infra/tests/requirements.txt
index 05a6f20..a26393d 100644
--- a/webui/aws_infra/tests/requirements.txt
+++ b/webui/aws_infra/tests/requirements.txt
@@ -122,7 +122,7 @@ packaging==24.1 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
# via pytest
pavi-shared-aws-infra @ file:///tmp/pavi_shared_aws_infra-0.0.0-py3-none-any.whl \
- --hash=sha256:8a003beda0b2193f52c0a17ff0ebffe377880486947504c3fcb5b84b67ef4923
+ --hash=sha256:e8553cf8e4df1c0cf6db0a4d7807ec4cf43139f6696b17e20dfa9e2b1d84f7f2
# via webui-aws_infra (pyproject.toml)
pluggy==1.5.0 \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \ A bundle with all dependency lock files is available here as artifact called |
No description provided.