test(deployments): port artifact tests to integration:ng - #2076
Open
p-targowicz wants to merge 1 commit into
Open
test(deployments): port artifact tests to integration:ng#2076p-targowicz wants to merge 1 commit into
p-targowicz wants to merge 1 commit into
Conversation
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 17, 2026 10:34
1811db7 to
74c391a
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 17, 2026 10:34
c115700 to
003279b
Compare
p-targowicz
marked this pull request as ready for review
July 17, 2026 11:09
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 20, 2026 09:23
74c391a to
37c3e3c
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 20, 2026 09:23
003279b to
c68b4e7
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 20, 2026 10:10
37c3e3c to
4206d08
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 20, 2026 10:10
c68b4e7 to
9c5a989
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 07:13
4206d08 to
cc7adad
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 07:13
9c5a989 to
5bd0b33
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 09:19
cc7adad to
8203b2d
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 09:19
5bd0b33 to
50fe9f1
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 28, 2026 09:26
8203b2d to
87a5842
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 28, 2026 09:26
50fe9f1 to
e9c52f7
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 00:03
87a5842 to
ad40bbe
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 00:03
e9c52f7 to
30fa17c
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 07:48
ad40bbe to
236a458
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 07:48
30fa17c to
c9ab26f
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 29, 2026 13:03
236a458 to
3451887
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 29, 2026 13:03
c9ab26f to
f1e3b31
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
July 30, 2026 12:36
3451887 to
fc68877
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
July 30, 2026 12:36
f1e3b31 to
5d258ba
Compare
p-targowicz
force-pushed
the
ng-rewrite-04-deployments
branch
from
August 3, 2026 10:14
fc68877 to
527c6ec
Compare
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 10:14
5d258ba to
4185584
Compare
bahaa-ghazal
reviewed
Aug 3, 2026
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 11:51
4185584 to
f7f93ba
Compare
Artifact size, v2 listing, release deletion, depends and provides semantics and generated artifacts, ported from test_deployments.py, test_artifact.py and test_create_artifact.py, which keep running in parallel. Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
p-targowicz
force-pushed
the
ng-rewrite-05-artifacts
branch
from
August 3, 2026 11:59
f7f93ba to
68d4971
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the suite-by-suite python-to-Go port (see #2079). Ports the
artifact half of test_deployments.py plus test_artifact.py and
test_create_artifact.py: artifact size, v2 listing, release deletion,
depends/provides semantics, generated artifacts. The python tests keep
running in parallel. Builds on the deployment lifecycle PR (shares the
suite type).