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.
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
[CI] Add weekly job to test packages with Ubuntu Elastic Agent docker image #10844
[CI] Add weekly job to test packages with Ubuntu Elastic Agent docker image #10844
Changes from 25 commits
dc999f5
c5bd547
e10d784
aec9e31
24661e3
127d267
35f1535
dc7f622
f2042b6
17d1b7b
250ea83
2eb841f
deeb675
f6d1452
e9cd8b4
99e4ec1
5c2220e
44ab466
0835d91
d111acb
971c2cd
888a2c2
608e233
27ac181
95969c0
c6aba2f
980a890
e959100
d3d5002
cb736d6
8dbe594
e7c986b
68da185
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This should be uncommented in a following PR.
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.
Umm, it is configured to trigger also on pull requests and I remember it took the changes 🤔
integrations/.github/workflows/bump-elastic-stack-version.yml
Line 8 in 1fb5746
But maybe this only works for existing targets? Or for branches pushed to upstream repository?
Or it could be related to the conflicting names, now they are duplicated as mentioned in other comments.
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.
When I was testing this, the names where
update-snapshot
andupdate-snapshot-weekly-build
deeb675
For that commit, that this line exists in main branch the github action was working successfully. The other commits where the expected line did not exist yet in main branch, github actions were failing.
Maybe it is related to not create the branch in the upstream repository, I did not test that.
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.
Should these be commented until the wolfi is used ? or should we already running this job weekly ?
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.
We should already run this weekly to capture any early bug.
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.
This pipeline will run the system tests using the Ubuntu Elastic Agent docker image. So it would be running for now the same tests as the daily builds.
This will change once the upcoming elastic-package release is merged into this repository. From there, packages will be tested with the wolfi images in the daily builds.
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.
Yeah, I guess we can wait, but it would be good to have it running at least once before wolfi images are available, to have a base to compare with. Though the dailies can be this base too.