From 3be69be16605c65e7df8ce56ec779ff2ea17f6e2 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:02:14 -0700 Subject: [PATCH] fix pluginzippublish issue (#1604) (#1606) * fix pluginzippublish issue * fix github cis for linux --------- (cherry picked from commit 51203badbb548c322fb65f289b63510314b82bd4) Signed-off-by: Subhobrata Dey Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/multi-node-test-workflow.yml | 2 ++ .github/workflows/test-workflow.yml | 2 ++ settings.gradle | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multi-node-test-workflow.yml b/.github/workflows/multi-node-test-workflow.yml index ab50db83b..7944f43db 100644 --- a/.github/workflows/multi-node-test-workflow.yml +++ b/.github/workflows/multi-node-test-workflow.yml @@ -7,6 +7,8 @@ on: push: branches: - "*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 65d32abbb..07bdf3af7 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -7,6 +7,8 @@ on: push: branches: - "*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/settings.gradle b/settings.gradle index 40e295126..e6d7bcbdd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,4 +13,3 @@ project(":spi").name = 'alerting-spi' include 'sample-remote-monitor-plugin' project(":sample-remote-monitor-plugin").name = "alerting-sample-remote-monitor-plugin" -startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal", "publishPluginZipPublicationToZipStagingRepository"]