This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
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
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 12, 2021
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 12, 2021
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Mar 12, 2021
mdelapenya
added a commit
that referenced
this pull request
Mar 12, 2021
…7.11.x (#882) * feat: run most frequent flavours in the PR stage (#873) * chore: decouple centos from debian in BDD examples This change will support the selection of centos, debian or both when running the tests. Therefore the CI will be able to run only tests for centos in the PR phase, speeding up the PR build: The other OSs could be run in the nightly build * feat: run centos in the PR phase * feat: do not run ubi8 in the PR phase * fix: negate tags to skip only those ones * fix: enclose variable in double quotes * fix: add whitespaces * fix: defensive programming for the new key * chore: move old MySQL versions to the nightly build Because there is only one variant, we are removing the @variant tag * chore: use PR filter for MySQL YAML descritor * chore: move MySQL 5.7 to the PR phase * chore: move Percona out to the PR phase * chore: append PR filter for upstream PRs * chore: support running endpoint tests for debian * chore: move endpoint processes to the process feature file * chore: do not add Debian tests for PRs in endpoint test suite * fix: proper usage of step (#883)
mdelapenya
added a commit
that referenced
this pull request
Mar 12, 2021
…7.12.x (#881) * feat: run most frequent flavours in the PR stage (#873) * chore: decouple centos from debian in BDD examples This change will support the selection of centos, debian or both when running the tests. Therefore the CI will be able to run only tests for centos in the PR phase, speeding up the PR build: The other OSs could be run in the nightly build * feat: run centos in the PR phase * feat: do not run ubi8 in the PR phase * fix: negate tags to skip only those ones * fix: enclose variable in double quotes * fix: add whitespaces * fix: defensive programming for the new key * chore: move old MySQL versions to the nightly build Because there is only one variant, we are removing the @variant tag * chore: use PR filter for MySQL YAML descritor * chore: move MySQL 5.7 to the PR phase * chore: move Percona out to the PR phase * chore: append PR filter for upstream PRs * chore: support running endpoint tests for debian * chore: move endpoint processes to the process feature file * chore: do not add Debian tests for PRs in endpoint test suite * fix: proper usage of step (#883)
mdelapenya
added a commit
that referenced
this pull request
Mar 12, 2021
…7.x (#880) * feat: run most frequent flavours in the PR stage (#873) * chore: decouple centos from debian in BDD examples This change will support the selection of centos, debian or both when running the tests. Therefore the CI will be able to run only tests for centos in the PR phase, speeding up the PR build: The other OSs could be run in the nightly build * feat: run centos in the PR phase * feat: do not run ubi8 in the PR phase * fix: negate tags to skip only those ones * fix: enclose variable in double quotes * fix: add whitespaces * fix: defensive programming for the new key * chore: move old MySQL versions to the nightly build Because there is only one variant, we are removing the @variant tag * chore: use PR filter for MySQL YAML descritor * chore: move MySQL 5.7 to the PR phase * chore: move Percona out to the PR phase * chore: append PR filter for upstream PRs * chore: support running endpoint tests for debian * chore: move endpoint processes to the process feature file * chore: do not add Debian tests for PRs in endpoint test suite * fix: proper usage of step (#883)
v1v
added a commit
to v1v/e2e-testing
that referenced
this pull request
Mar 15, 2021
…hings * upstream/master: [CI] tear down the workspace (elastic#885) docs: add Make as build system (elastic#886) fix: proper usage of step (elastic#883) feat: run most frequent flavours in the PR stage (elastic#873) break: move from "pull-requests" to "commits" GCP bucket (elastic#866) fix: use proper flags (elastic#868) feat: instrument Helm charts test suite (elastic#858)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What does this PR do?
It uses the proper signature for the
isUpstreamTrigger
step.Why is it important?
Passing a simple string causes a signature error when running the pipeline. 🤦
Checklist
make notice
in the proper directory)Related issues
Follow-up
Add backport commits to #880 #881 and #882