Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu-chenrj committed Oct 22, 2024
1 parent 5d836e9 commit 3748cc8
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 227 deletions.
1 change: 0 additions & 1 deletion .github/actions/maximize-build-space
Submodule maximize-build-space deleted from fc881a
32 changes: 32 additions & 0 deletions .github/actions/maximize-build-space/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#
# 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.
#

name: "Maximize Build Space"
description: "an action to maximize build space"
inputs:
root-reserve-mb:
description: "root reserve in MB"
required: true
default: "30720"
temp-reserve-mb:
description: "temp reserve in MB"
required: true
default: "10240"
remove-dotnet:
description: "remove .NET"
required: false
default: "true"
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@
[submodule ".github/actions/workflow-telemetry-action"]
path = .github/actions/workflow-telemetry-action
url = https://github.com/catchpoint/workflow-telemetry-action
[submodule ".github/actions/maximize-build-space"]
path = .github/actions/maximize-build-space
url = https://github.com/easimon/maximize-build-space
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.junitpioneer.jupiter.DisableIfTestFails;

@TestMethodOrder(MethodOrderer.MethodName.class)
@DolphinScheduler(composeFiles = "docker/ssl-test/docker-compose.yml")
@DolphinScheduler(composeFiles = "docker/cluster-test/docker-compose.yml")
@DisableIfTestFails
public class ClusterShellTaskE2ETest extends BaseWorkflowE2ETest {

Expand Down
222 changes: 0 additions & 222 deletions ssl-e2e.yml

This file was deleted.

0 comments on commit 3748cc8

Please sign in to comment.