You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2019/10/08 22:09:57 UTC

[jmeter] branch master updated (ffcba6c -> f75672c)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    from ffcba6c  Add missing enhancements/bugs in changes.xml
     add 621d7bc  GitHub Actions: Java 13 -> Java 12
     add 0689639  Ensure JavaDocs start with <html lang="en">
     add 97ea61a  Exclude /build/ folders from the release archive
     add 24ef61c  Show JMeter icon in macOS
     add f26e792  Remove the border around test timer duration
     add b816804  Print Java runtime/VM versions in the vote mail
     add 1f0bc8c  Print the names of parameterized tests in Gradle output
     new f75672c  Remove Appveyor CI for now

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/main.yml                         |  4 +--
 .gitignore                                         |  9 ++++--
 appveyor.yml                                       | 33 ----------------------
 bin/jmeter                                         | 11 ++++++--
 build.gradle.kts                                   | 13 +++++++++
 .../main/java/org/apache/jmeter/gui/MainFrame.java |  1 -
 src/release/build.gradle.kts                       |  8 +++++-
 7 files changed, 37 insertions(+), 42 deletions(-)
 delete mode 100644 appveyor.yml


[jmeter] 01/01: Remove Appveyor CI for now

Posted by vl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit f75672cf93832bbf266ca8b8f23a39c10d05d2a3
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Wed Oct 9 01:07:04 2019 +0300

    Remove Appveyor CI for now
    
    Queue times are too high there.
---
 appveyor.yml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index aa4f49a..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-# Configuration file for Appveyor continuous integration.
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-version: '{build}'
-image: Visual Studio 2019
-clone_depth: 1000
-# Space and plus are here to catch unit tests that fail to support folders with spaces
-clone_folder: C:\projects\jmeter +
-init:
-  - git config --global core.autocrlf true
-matrix:
-  fast_finish: true
-environment:
-# https://www.appveyor.com/docs/windows-images-software/#java
-  matrix:
-    - JAVA_HOME: C:\Program Files\Java\jdk1.8.0
-    - JAVA_HOME: C:\Program Files\Java\jdk12
-build_script:
-  - gradlew build --stacktrace --no-daemon -x distTar -x distTarSha512 -x signDistTar -x distTarSource -x distTarSourceSha512 -x signDistTarSource