-
Notifications
You must be signed in to change notification settings - Fork 140
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
create bundle repos automatically if missing #1604
Merged
tnevrlka
merged 1 commit into
konflux-ci:main
from
tnevrlka:create-bundle-repos-automatically
Dec 9, 2024
Merged
create bundle repos automatically if missing #1604
tnevrlka
merged 1 commit into
konflux-ci:main
from
tnevrlka:create-bundle-repos-automatically
Dec 9, 2024
Conversation
This file contains 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
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 13, 2024 13:35
1091329
to
22984b7
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 14, 2024 14:09
22984b7
to
df0405c
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 18, 2024 09:20
df0405c
to
515af32
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 11:46
515af32
to
c715d41
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 12:07
c715d41
to
ed1dd8e
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 12:22
ed1dd8e
to
06be9f4
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 12:35
06be9f4
to
0a481e2
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 13:07
0a481e2
to
efff767
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 22, 2024 14:16
efff767
to
b828c7f
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 25, 2024 09:26
b828c7f
to
3b9dd78
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
November 25, 2024 10:18
3b9dd78
to
79646c6
Compare
/retest |
chmeliik
reviewed
Nov 27, 2024
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
December 4, 2024 13:15
79646c6
to
5402e54
Compare
/retest |
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
December 4, 2024 16:49
5402e54
to
bc362a5
Compare
chmeliik
reviewed
Dec 5, 2024
--arg repository "$quay_repo_prefix/$object" \ | ||
--arg visibility "public" \ | ||
--arg description "" \ | ||
'$ARGS.named' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, didn't know about $ARGS.named
🌮
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
December 6, 2024 09:33
bc362a5
to
6091d21
Compare
chmeliik
approved these changes
Dec 6, 2024
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
2 times, most recently
from
December 6, 2024 13:37
12068b9
to
c405106
Compare
- A check is currently ran checking that every task bundle has its own Quay repository - If the task bundle does not have its own repository, the check will fail and the repository has to be created manually - Automate the repository creation via a task, but only in the on-push pipelinerun (once a PR is approved and merged) for security reasons
tnevrlka
force-pushed
the
create-bundle-repos-automatically
branch
from
December 6, 2024 19:08
c405106
to
43cb5cc
Compare
chmeliik
approved these changes
Dec 9, 2024
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.
Quay repository
fail and the repository has to be created manually
pipelinerun (once a PR is approved and merged) for security reasons