|
|
@ -25,9 +25,9 @@ all_soc_compile: |
|
|
|
ai_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/ai |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -36,9 +36,9 @@ ai_compile: |
|
|
|
media_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/media |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -47,9 +47,9 @@ media_compile: |
|
|
|
network_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/network |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -58,9 +58,9 @@ network_compile: |
|
|
|
peripherals_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/peripherals |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -69,9 +69,9 @@ peripherals_compile: |
|
|
|
python_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/python |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -80,9 +80,9 @@ python_compile: |
|
|
|
storage_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/storage |
|
|
|
tags: |
|
|
|
- compile |
|
|
@ -91,9 +91,9 @@ storage_compile: |
|
|
|
system_compile: |
|
|
|
stage: compile_stage |
|
|
|
script: |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home/gitlab-runner/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool |
|
|
|
- python3 set_common_info.py /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool/config_info/common.json standalone |
|
|
|
- cd /home3/gitlab_runner_workspace/auto_compile_tool/phytium-test-tools/test_tool |
|
|
|
- python3 gitlab_pipeline_compile.py $CI_PROJECT_DIR $CI_PROJECT_DIR/example/system |
|
|
|
tags: |
|
|
|
- compile |
|
|
|