From e249c484ce7d503b71e9e15b1b78c8fdaf6ab062 Mon Sep 17 00:00:00 2001 From: Oshada Jayasinghe Date: Wed, 21 Jun 2023 17:41:36 +0530 Subject: [PATCH 1/4] Update build pipeline --- .../workflows/build-with-bal-test-graalvm.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/build-with-bal-test-graalvm.yml diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml new file mode 100644 index 0000000..90f76a2 --- /dev/null +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -0,0 +1,29 @@ +name: GraalVM Check + +on: + workflow_dispatch: + inputs: + lang_tag: + description: Branch/Release Tag of the Ballerina Lang + required: true + default: master + lang_version: + description: Ballerina Lang Version (If given ballerina lang buid will be skipped) + required: false + default: '' + native_image_options: + description: Default native-image options + required: false + default: '' + schedule: + - cron: '30 18 * * *' + +jobs: + call_stdlib_workflow: + name: Run StdLib Workflow + if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} + uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main + with: + lang_tag: ${{ inputs.lang_tag }} + lang_version: ${{ inputs.lang_version }} + native_image_options: ${{ inputs.native_image_options }} From 2ea7222e7d4b4174cdc06b61653cb45964ccf6e2 Mon Sep 17 00:00:00 2001 From: Oshada Jayasinghe Date: Wed, 21 Jun 2023 17:45:02 +0530 Subject: [PATCH 2/4] Update build pipeline --- .../workflows/build-with-bal-test-native.yml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/build-with-bal-test-native.yml diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml deleted file mode 100644 index 7fb7261..0000000 --- a/.github/workflows/build-with-bal-test-native.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: GraalVM Check - -on: - workflow_dispatch: - inputs: - lang_tag: - description: Branch/Release Tag of the Ballerina Lang - required: true - default: master - lang_version: - description: Ballerina Lang Version (If given ballerina lang buid will be skipped) - required: false - default: '' - native_image_options: - description: Default native-image options - required: false - default: '' - schedule: - - cron: '30 18 * * *' - -jobs: - call_stdlib_workflow: - name: Run StdLib Workflow - if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-native-template.yml@main - with: - lang_tag: ${{ inputs.lang_tag }} - lang_version: ${{ inputs.lang_version }} - native_image_options: ${{ inputs.native_image_options }} From 72a9c89a30c4eb523a73f6d49aad0c0b4879c007 Mon Sep 17 00:00:00 2001 From: Oshada Jayasinghe Date: Thu, 22 Jun 2023 10:42:15 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2ce41..41e5f52 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ballerina `math vector` Library [![Build](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-timestamped-master.yml) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-math.vector/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-math.vector) [![Trivy](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/trivy-scan.yml) - [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-native.yml) + [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-math.vector.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/commits/main) [![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/math.vector.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fmath.vector) From f176843bcf5f3adab6428adafe4e9ad359e52718 Mon Sep 17 00:00:00 2001 From: Oshada Jayasinghe <55861474+oshadajay@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:01:23 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e5f52..e24fa19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ballerina `math vector` Library [![Build](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-timestamped-master.yml) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-math.vector/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-math.vector) [![Trivy](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/trivy-scan.yml) - [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-graalvm.yml) + [![GraalVM Check](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-math.vector.svg)](https://github.com/ballerina-platform/module-ballerina-math.vector/commits/main) [![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/math.vector.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fmath.vector)