Pavel Punegov
cc258934c4
[K/N][build] Cleanup obsolete build tasks
...
* Remove obsolete reporting
* Remove old build tasks: BuildPusher and CollisionDetector
* Gradle build file cleanup
* Remove old wrappers
Merge-request: KT-MR-8788
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com >
(cherry picked from commit a9cae3fe87 )
2023-02-16 11:56:34 +00:00
Vladimir Sukharev
b61a02db73
[K/N] Update degrade script
...
Merge-request: KT-MR-8690
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com >
2023-02-15 14:06:52 +00:00
Nikolay Krasko
2ad567e14c
Revert "[K/N][build] Cleanup obsolete build tasks"
...
This reverts commit a9cae3fe87 .
2023-02-14 11:30:17 +00:00
Pavel Punegov
a9cae3fe87
[K/N][build] Cleanup obsolete build tasks
...
* Remove obsolete reporting
* Remove old build tasks: BuildPusher and CollisionDetector
* Gradle build file cleanup
* Remove old wrappers
Merge-request: KT-MR-8788
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com >
2023-02-13 14:02:28 +00:00
Pavel Punegov
c9aeadd31f
[K/N] Remove old Compiler and Meta Version ^KT-55677 Fixed
...
* Replace it with KotlinCompilerVersion
* K/N version should be set now with `deployVersion`.
* Cleanup deprecated functions in older versions
of the Gradle plugin
* Cleanup tests for older versions of compiler downloader
Merge-request: KT-MR-8436
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com >
2023-01-30 13:10:08 +00:00
Sergej Jaskiewicz
e4d32f3615
Bump kotlin-build-gradle-plugin version to 0.0.39
...
This is so that the new APIs added in
d50c072af0 could be used in subprojects
that depend on kotlin-build-gradle-plugin
2023-01-05 10:13:38 +00:00
Alexander Shabalin
44ea1debf4
[K/N] Fix performance build ^KT-53776
...
Merge-request: KT-MR-8119
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com >
2022-12-22 12:39:33 +00:00
Pavel Kunyavskiy
1cf2f102a2
[K/N] Performance infra fixes
2022-12-20 09:07:20 +00:00
Pavel Kunyavskiy
9f5165dc97
[K/N] Update gradle in performance infra
2022-12-20 09:07:19 +00:00
Pavel Kunyavskiy
2767e95c99
[K/N] Performance infra migration tools
2022-12-20 09:07:19 +00:00
Pavel Punegov
b9b2713a96
[K/N][perf] Rewrite UI part to kts
2022-12-20 09:07:18 +00:00
Pavel Punegov
315b59e0d6
[K/N][perf] Rewrite performance server's build
...
Rewrite to KTS and use JS-IR backend
2022-12-20 09:07:18 +00:00
Pavel Kunyavskiy
09b7c483dd
[K/N] Switch to http basic auth in performance infra
...
^KT-52473
2022-12-20 09:07:17 +00:00
Yahor Berdnikau
2fac6fb125
Revert "Native: fix benchmarksAnalyzer build configuration"
...
This reverts commit 6979271998 .
Better approach via JVM toolchain was added in this commit: 737fdf31f9
Toolchain approach ensures both Java and Kotlin compilation are using
the same JDK version.
2022-11-30 12:02:59 +01:00
Yahor Berdnikau
737fdf31f9
Add missing JVM toolchain into :benchmarksAnalyzer:buildSrc
...
It fixes Java and Kotlin targets non-equality.
2022-11-29 14:31:48 +00:00
Yahor Berdnikau
a14d0d148b
Simplify Kotlin bootstrap application in the project
...
Move all the code to apply Kotlin bootstrap into settings script plugin
which does following:
- configures based either on the repo root 'local.properties' or on the
root project gradle properties or on the repo root 'gradle.properties'
current type of bootstrap
- automatically adds Kotlin bootstrap repository with
exclusive content, so bootstrap dependencies will not be by mistake
downloaded from other repository
- automatically forces all Kotlin plugins applied in the build to use
bootstrap version
This script should be applied only in project settings.gradle and then
it does all the configuration by itself.
2022-11-29 14:31:48 +00:00
Svyatoslav Scherbina
6979271998
Native: fix benchmarksAnalyzer build configuration
...
Likely broken by e07e92c9
2022-11-28 16:46:42 +00:00
Sergey Bogolepov
360046a33c
[K/N] xcode 14.1 rc2
2022-11-17 17:37:13 +00:00
Sergey Bogolepov
7830a68424
[K/N] Bump Xcode dependency to 14.1 RC
2022-11-17 17:37:12 +00:00
Vladimir Sukharev
574d78efce
[K/N] Remove remains of jcenter from kotlin-native/
...
Revert two special entries
Use proper mavenCentral()
Remove remains of jcenter from kotlin-native/
Merge-request: KT-MR-7610
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com >
2022-11-09 13:23:09 +00:00
Nikolay Krasko
a4cd485f48
Remove native-platform 0.14 usage from the buildSrc
...
It looks like net.rubygrapefruit:native-platform:0.14 is not in
plugins.gradle.org repository anymore.
And it's not used anyway.
> Task :buildSrc:generateExternalPluginSpecBuilders FAILED
'''
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildSrc:generateExternalPluginSpecBuilders'.
> Could not resolve all files for configuration ':buildSrc:compileClasspath'.
> Could not find native-platform-0.14.jar (net.rubygrapefruit:native-platform:0.14).
Searched in the following locations:
https://cache-redirector.jetbrains.com/plugins.gradle.org/net/rubygrapefruit/native-platform/0.14/native-platform-0.14.jar
'''
Can be reproduced with
```gradle --refresh-dependencies -i tasks -Pkotlin.native.enabled=true```
KTI-986
2022-11-08 21:31:43 +01:00
Vladimir Sukharev
44f638e952
Drop K/N dependency to JCenter
2022-11-03 10:51:56 +00:00
Pavel Punegov
c098ba789c
[K/N][perf] JS IR Gradle DSL syntax changed to JS
...
Merge-request: KOTLIN-MR-532
Merged-by: Pavel Punegov <pavel.punegov@jetbrains.com >
2022-10-24 17:58:18 +00:00
Pavel Punegov
259d58c817
[K/N] Rename jsIr preset usage back to js
...
Merge-request: KT-MR-7467
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com >
2022-10-24 10:44:23 +00:00
Pavel Kunyavskiy
b01808ddf5
[K/N] Fix deprecations and warnings in performance infra
2022-10-10 13:14:35 +00:00
Nikolay Krasko
1630386712
Move to JDK_X_Y variables
2022-09-21 22:53:19 +00:00
Sergey Bogolepov
8bf7a17508
[K/N] Update Xcode version to 14-RC
2022-09-17 07:51:34 +03:00
Pavel Kunyavskiy
776b68f2fe
[K/N] Move aws address for perf infra from code to environment
2022-08-26 09:52:48 +00:00
Pavel Punegov
1502e6628b
[K/N][perf] Workaround KGP bug when dirs are queried instantly
2022-08-18 16:05:29 +00:00
Igor Chevdar
228141aeea
[K/N][build] Supported per-file caches in K/N tests
2022-08-06 17:40:25 +00:00
Anton Lakotka
2f5ae70cef
[Gradle] Fix kotlin-native-gradle-plugin to be compatible with KonanToolRunner
...
KonanToolRunner was changed to be compatible with
Gradle Configuration Cache.
2022-08-05 04:25:00 +00:00
Pavel Kunyavskiy
d6f235679b
[K/N] Get rid of urls in perf infra code
2022-07-25 21:25:23 +00:00
Pavel Kunyavskiy
3f1e06b32e
[K/N] Performance infra fixes
2022-07-19 07:53:10 +00:00
Alexander Shabalin
97c542dd76
[K/N] Fix performance project
...
Merge-request: KT-MR-6567
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com >
2022-06-30 09:08:23 +00:00
Pavel Kunyavskiy
9ec1143256
[K/N] Show new memory model in debug mode benchmarks
2022-06-17 10:23:45 +02:00
Troels Bjerre Lund
90754d11c1
[K/N] Code cleanup from deprecation warnings
...
No functionality change; just quieting some warnings
2022-06-14 13:32:24 +00:00
Pavel Kunyavskiy
707d2c42ad
[K/N] Fix version parsing in perfomance-server
2022-06-03 12:21:42 +00:00
Pavel Kunyavskiy
2c5d44ccf0
[K/N] downgrade node-fetch in perfomance server to version compatible with kotlin/js
2022-05-16 12:17:01 +00:00
Pavel Kunyavskiy
9b44c73f54
[K/N] fix build for perfomance server & upgrade dependencies
2022-05-13 19:47:36 +00:00
dependabot[bot]
33c122d231
Bump ejs from 2.6.1 to 3.1.7 in /kotlin-native/tools/performance-server
...
Bumps [ejs](https://github.com/mde/ejs ) from 2.6.1 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v2.6.1...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-13 10:00:06 +03:00
Vyacheslav Gerasimov
7157a54155
Fix unnecessary usages of Locale.getDefault()
2022-05-06 22:08:25 +00:00
Vyacheslav Gerasimov
dcd17e41a4
Fix capitalization related deprecation warnings
2022-05-04 19:15:01 +00:00
Pavel Punegov
d5b450c8fa
[K/N][publish] Fix getting the extracted dir name
...
Python's rstrip() method with argument removes not the string
but all combinations of specified chars
2022-04-29 17:34:35 +00:00
Sergey Bogolepov
21399b4edd
[K/N] Update documentation on building and using LLVM
2022-04-19 14:27:33 +00:00
Pavel Punegov
3b53d8694f
[K/N][build] Fix build version property usage
2022-04-12 08:33:31 +00:00
Pavel Punegov
d69df1898d
[build] Advance kotlin-build-gradle-plugin version to 0.0.38 in the repo
...
Use build Gradle plugin version property
2022-04-08 14:42:35 +03:00
Elena Lepilkina
f401573e5c
[K/N][perf] Added chart for execution time of debug binaries on performance server
2022-04-07 20:06:40 +03:00
Elena Lepilkina
087f7e3b31
[K/N] Added possibility to run only base part of benchmarks
2022-04-07 20:06:40 +03:00
Elena Lepilkina
cb0acaa469
[K/N][perf] Small fixes for release builds and some type of benchmarks reports
2022-03-31 09:00:46 +00:00
Sergey Bogolepov
9b103b35cd
[K/N] Replace destinationDir with destinationDirectory.
...
Breaking change was introduced in e9498c8 .
2022-03-30 12:17:22 +03:00