From 4aaab5928ce0acc971a0cb5ef9d8c6482aca971c Mon Sep 17 00:00:00 2001 From: Hyung-Gyu Ryoo Date: Thu, 25 Apr 2024 15:18:18 +0900 Subject: [PATCH] [CBRD-25184] Revise Circle CI configuration for PL/CSQL phase-1 (#5142) http://jira.cubrid.org/browse/CBRD-25184 - Add `BRANCH_TESTCASES: feature/plcsql-1` env value - Change `build-windows` to be performed after `build`. --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4cccd092c0..6b3f9d04f32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ test_defaults: &test_defaults shell: /bin/bash environment: _JAVA_OPTIONS: -Xmx1g + BRANCH_TESTCASES: feature/plcsql-p1 command: | ulimit -c 1 /entrypoint.sh checkout @@ -102,7 +103,7 @@ jobs: build-windows: machine: image: 'windows-server-2019-vs2019:2022.08.1' - resource_class: windows.large + resource_class: windows.medium shell: powershell.exe -ExecutionPolicy Bypass environment: - CMAKE_GENERATOR: "Visual Studio 16 2019" @@ -148,4 +149,6 @@ workflows: requires: - build - - build-windows + - build-windows: + requires: + - build