Fix GQL release worklflows (#1424)
This commit is contained in:
parent
c296dc67ce
commit
b1bd977f7b
6
.github/workflows/release_centos8.yaml
vendored
6
.github/workflows/release_centos8.yaml
vendored
@ -209,7 +209,7 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
|
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
|
||||||
make -j$THREADS
|
make -j$THREADS
|
||||||
|
|
||||||
- name: Create enterprise RPM package
|
- name: Create enterprise RPM package
|
||||||
run: |
|
run: |
|
||||||
# Activate toolchain.
|
# Activate toolchain.
|
||||||
@ -260,7 +260,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GQL Behave tests
|
- name: Run GQL Behave tests
|
||||||
run: |
|
run: |
|
||||||
cd tests/gql_behave
|
cd tests
|
||||||
|
./setup.sh /opt/toolchain-v4/activate
|
||||||
|
cd gql_behave
|
||||||
./continuous_integration
|
./continuous_integration
|
||||||
|
|
||||||
- name: Save quality assurance status
|
- name: Save quality assurance status
|
||||||
|
6
.github/workflows/release_debian10.yaml
vendored
6
.github/workflows/release_debian10.yaml
vendored
@ -259,7 +259,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GQL Behave tests
|
- name: Run GQL Behave tests
|
||||||
run: |
|
run: |
|
||||||
cd tests/gql_behave
|
cd tests
|
||||||
|
./setup.sh /opt/toolchain-v4/activate
|
||||||
|
cd gql_behave
|
||||||
./continuous_integration
|
./continuous_integration
|
||||||
|
|
||||||
- name: Save quality assurance status
|
- name: Save quality assurance status
|
||||||
@ -337,7 +339,7 @@ jobs:
|
|||||||
source /opt/toolchain-v4/activate
|
source /opt/toolchain-v4/activate
|
||||||
# Initialize dependencies.
|
# Initialize dependencies.
|
||||||
./init
|
./init
|
||||||
|
|
||||||
# Set default build_type to Release
|
# Set default build_type to Release
|
||||||
INPUT_BUILD_TYPE=${{ github.event.inputs.build_type }}
|
INPUT_BUILD_TYPE=${{ github.event.inputs.build_type }}
|
||||||
BUILD_TYPE=${INPUT_BUILD_TYPE:-"Release"}
|
BUILD_TYPE=${INPUT_BUILD_TYPE:-"Release"}
|
||||||
|
4
.github/workflows/release_ubuntu2004.yaml
vendored
4
.github/workflows/release_ubuntu2004.yaml
vendored
@ -259,7 +259,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GQL Behave tests
|
- name: Run GQL Behave tests
|
||||||
run: |
|
run: |
|
||||||
cd tests/gql_behave
|
cd tests
|
||||||
|
./setup.sh /opt/toolchain-v4/activate
|
||||||
|
cd gql_behave
|
||||||
./continuous_integration
|
./continuous_integration
|
||||||
|
|
||||||
- name: Save quality assurance status
|
- name: Save quality assurance status
|
||||||
|
Loading…
Reference in New Issue
Block a user