Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Only run Fleet mode and upgrade tests on 2 platforms (#3054)#3075

Merged
joshdover merged 1 commit into8.4from
mergify/bp/8.4/pr-3054
Oct 17, 2022
Merged

Only run Fleet mode and upgrade tests on 2 platforms (#3054)#3075
joshdover merged 1 commit into8.4from
mergify/bp/8.4/pr-3054

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Oct 4, 2022

This is an automatic backport of pull request #3054 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

@mergify mergify bot added the backport label Oct 4, 2022
@joshdover joshdover enabled auto-merge (squash) October 4, 2022 09:02
@elasticmachine
Copy link
Copy Markdown
Contributor

elasticmachine commented Oct 4, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-10-17T11:14:31.756+0000

  • Duration: 49 min 8 sec

Test stats 🧪

Test Results
Failed 0
Passed 214
Skipped 0
Total 214

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@joshdover
Copy link
Copy Markdown
Contributor

Failing with logs like:

[2022-10-04T09:38:24.250Z] time="2022-10-04T09:38:24Z" level=trace msg="Version is not an alias." version=8.4.0-b5074ef3-SNAPSHOT

[2022-10-04T09:38:24.250Z] time="2022-10-04T09:38:24Z" level=debug msg="Retrieving version from local cache" URL="https://artifacts-api.elastic.co/v1/versions/8.4.0-b5074ef3-SNAPSHOT/?x-elastic-no-kpi=true" version=8.4.0-b5074ef3-SNAPSHOT

[2022-10-04T09:38:24.250Z] time="2022-10-04T09:38:24Z" level=trace msg="Executing request" escapedURL="https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.4.0-SNAPSHOT-linux-x86_64.tar.gz" method=HEAD

[2022-10-04T09:38:24.250Z] time="2022-10-04T09:38:24Z" level=warning msg="Download could not be found at the Elastic downloads API" elapsedTime=80.518129ms error="HEAD request failed with 404" resolver="{  false map[]    https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.4.0-SNAPSHOT-linux-x86_64.tar.gz}" retry=1 statusEndpoint="https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.4.0-SNAPSHOT-linux-x86_64.tar.gz"

[2022-10-04T09:38:24.251Z] time="2022-10-04T09:38:24Z" level=warning msg="Object not found. Trying with another download resolver" resolver="&{beats elastic-agent-8.4.0-SNAPSHOT-linux-x86_64.tar.gz elastic-agent}"

[2022-10-04T09:38:24.251Z] time="2022-10-04T09:38:24Z" level=trace msg="Removing SNAPSHOT from version including commit" version=8.4.0-b5074ef3-SNAPSHOT

[2022-10-04T09:38:24.251Z] time="2022-10-04T09:38:24Z" level=trace msg="Version is not an alias." version=8.4.0-b5074ef3-SNAPSHOT

[2022-10-04T09:38:24.251Z] time="2022-10-04T09:38:24Z" level=trace msg="Executing request" escapedURL="https://artifacts-api.elastic.co/v1/search/8.4.0-b5074ef3/elastic-agent?x-elastic-no-kpi=true" method=GET

[2022-10-04T09:38:24.351Z] time="2022-10-04T09:38:24Z" level=warning msg="The Elastic artifacts API is not available yet" artifact=elastic-agent artifactName=elastic-agent-8.4.0-SNAPSHOT-linux-x86_64.tar.gz elapsedTime=40.639525ms error="GET request failed with 404" retry=1 statusEndpoint="https://artifacts-api.elastic.co/v1/search/8.4.0-b5074ef3/elastic-agent?x-elastic-no-kpi=true" version=8.4.0-b5074ef3

@joshdover
Copy link
Copy Markdown
Contributor

@v1v It seems these are still pulling 8.4.0 snapshots which aren't available any more. How can we have this pull the latest 8.4.3 snapshots instead?

@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Oct 10, 2022

This pull request has not been merged yet. Could you please review and merge it @joshdover? 🙏

1 similar comment
@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Oct 17, 2022

This pull request has not been merged yet. Could you please review and merge it @joshdover? 🙏

@v1v
Copy link
Copy Markdown
Member

v1v commented Oct 17, 2022

@v1v It seems these are still pulling 8.4.0 snapshots which aren't available any more. How can we have this pull the latest 8.4.3 snapshots instead?

@joshdover , I didn't see your question, as long as there are failed tests the PRs with the ElasticStack bump are not merged:

I think those versions are now updated, as there were merged.

I'll run this PR again with the comment /test

cc @pazone

@v1v
Copy link
Copy Markdown
Member

v1v commented Oct 17, 2022

/test

1 similar comment
@joshdover
Copy link
Copy Markdown
Contributor

/test

@joshdover joshdover disabled auto-merge October 17, 2022 12:08
@joshdover joshdover changed the title [8.4](backport #3054) Only run Fleet mode and upgrade tests on Ubuntu 22 Only run Fleet mode and upgrade tests on 2 platforms (#3054) Oct 17, 2022
@joshdover joshdover enabled auto-merge (squash) October 17, 2022 12:09
@joshdover joshdover disabled auto-merge October 17, 2022 12:09
@joshdover joshdover merged commit c0c99b5 into 8.4 Oct 17, 2022
@mergify mergify bot deleted the mergify/bp/8.4/pr-3054 branch October 17, 2022 12:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants