Check i18n will pass on zeroed patch pre-release version#11214
Merged
blink1073 merged 1 commit intoOct 5, 2021
Conversation
|
Thanks for making a pull request to jupyterlab! |
Contributor
Benchmark reportThe execution time (in milliseconds) are grouped by test file, test type and browser. Results table
❗ Test metadata have changed--- /dev/fd/63 2021-10-05 11:36:54.388954218 +0000
+++ /dev/fd/62 2021-10-05 11:36:54.388954218 +0000
@@ -8,33 +8,33 @@
},
"systemInformation": {
"cpu": {
- "brand": "Xeon® E5-2673 v3",
+ "brand": "Xeon® Platinum 8171M",
"cache": {
"l1d": 65536,
"l1i": 65536,
- "l2": 524288,
- "l3": 31457280
+ "l2": 2097152,
+ "l3": 36700160
},
"cores": 2,
"family": "6",
- "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear",
+ "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear",
"governor": "",
"manufacturer": "Intel®",
- "model": "63",
+ "model": "85",
"physicalCores": 2,
"processors": 1,
"revision": "",
"socket": "",
- "speed": 2.4,
+ "speed": 2.6,
"speedMax": null,
"speedMin": null,
- "stepping": "2",
+ "stepping": "4",
"vendor": "GenuineIntel",
"virtualization": false,
"voltage": ""
},
"mem": {
- "total": 7291699200
+ "total": 7291695104
},
"osInfo": {
"arch": "x64",
@@ -42,11 +42,11 @@
"codename": "Focal Fossa",
"codepage": "UTF-8",
"distro": "Ubuntu",
- "kernel": "5.8.0-1042-azure",
+ "kernel": "5.8.0-1040-azure",
"logofile": "ubuntu",
"platform": "linux",
"release": "20.04.3 LTS",
- "serial": "487dcaac68944409a00596acdb9a6fc0",
+ "serial": "0f5fd491ff264b5f9d56e03599b4fae0",
"servicepack": "",
"uefi": false
} |
Contributor
|
@meeseeksdev please backport to 3.2.x |
meeseeksmachine
pushed a commit
to meeseeksmachine/jupyterlab
that referenced
this pull request
Oct 5, 2021
…e-release version
blink1073
pushed a commit
that referenced
this pull request
Oct 5, 2021
…version (#11217) Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
Contributor
|
@meeseeksdev please backport to 3.1.x |
meeseeksmachine
pushed a commit
to meeseeksmachine/jupyterlab
that referenced
this pull request
Oct 5, 2021
…e-release version
blink1073
pushed a commit
that referenced
this pull request
Oct 5, 2021
…version (#11231) Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
This file contains hidden or 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
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.
References
Fixes #11213
Code changes
Skip raising failure for check i18n if the python package version is a pre-release of X.Y.0 version
User-facing changes
N/A
Backwards-incompatible changes
N/A