Skip to content
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

Revert hiding Kibana icon, test Percy rendering #43990

Merged
merged 23 commits into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5601d0d
Revert hiding Kibana icon, test Percy rendering
Aug 26, 2019
f332d58
Update jobs.yml
liza-mae Aug 26, 2019
8b771b7
Use percy token for kibana dev
Aug 26, 2019
c178193
Update Percy token to read from kibana-issues
liza-mae Aug 26, 2019
6a323b6
Read correct field
liza-mae Aug 26, 2019
d2d890b
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 9, 2019
d2bafa7
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 12, 2019
ba6b6a4
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 12, 2019
167ccc4
increase timeout
Sep 12, 2019
d51a772
Merge branch 'liza/test-percy-rendering' of github.com:liza-mae/kiban…
Sep 12, 2019
48ebea4
Run each visual job 10 times
Sep 13, 2019
6a42563
Revert last commit
Sep 13, 2019
d5c47f0
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 16, 2019
cd61e6f
Increase timeout
Sep 17, 2019
4b0af95
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 17, 2019
8354ef7
Merge branch 'liza/test-percy-rendering' of github.com:liza-mae/kiban…
Sep 17, 2019
ca07ba4
Disable visual tests and revert percy token
Sep 17, 2019
31f10c0
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 17, 2019
88bcfcd
Fix jest tests
Sep 18, 2019
d809110
Merge branch 'liza/test-percy-rendering' of github.com:liza-mae/kiban…
Sep 18, 2019
988197f
Another jest test fix
Sep 18, 2019
cbdfa2d
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 18, 2019
f161df2
Merge branch 'master' of github.com:elastic/kibana into liza/test-per…
Sep 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .ci/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
JOB:
- kibana-intake
- x-pack-intake
- kibana-firefoxSmoke
- kibana-ciGroup1
- kibana-ciGroup2
- kibana-ciGroup3
- kibana-ciGroup4
- kibana-ciGroup5
- kibana-ciGroup6
- kibana-ciGroup7
- kibana-ciGroup8
- kibana-ciGroup9
- kibana-ciGroup10
- kibana-ciGroup11
- kibana-ciGroup12
- kibana-visualRegression

# make sure all x-pack-ciGroups are listed in test/scripts/jenkins_xpack_ci_group.sh
- x-pack-firefoxSmoke
- x-pack-ciGroup1
- x-pack-ciGroup2
- x-pack-ciGroup3
- x-pack-ciGroup4
- x-pack-ciGroup5
- x-pack-ciGroup6
- x-pack-ciGroup7
- x-pack-ciGroup8
- x-pack-ciGroup9
- x-pack-ciGroup10
- x-pack-visualRegression

# `~` is yaml for `null`
Expand Down
2 changes: 1 addition & 1 deletion src/dev/ci_setup/load_env_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
KIBANA_CI_REPORTER_KEY=$(retry 5 vault read -field=value secret/kibana-issues/dev/kibanamachine-reporter)
export KIBANA_CI_REPORTER_KEY

PERCY_TOKEN=$(retry 5 vault read -field=value secret/kibana-issues/dev/percy)
PERCY_TOKEN=$(retry 5 vault read -field=value secret/kibana-issues/dev/percy-dev)
export PERCY_TOKEN

# remove vault related secrets
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ExitFullScreenButtonUi extends PureComponent<Props> {

public render() {
return (
<div className="hideInPercy">
<div>
<EuiScreenReaderOnly>
<p aria-live="polite">
{i18n.translate('kibana-react.exitFullScreenButton.fullScreenModeDescription', {
Expand Down