Skip to content

Commit

Permalink
ci: update ci to match core list changes
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 17, 2022
1 parent 6753b54 commit f32ff14
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 112 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ jobs:
source .ci/build_sdk.sh
source .ci/build_applications.sh
touch build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=ilm
echo "Build For Board hbird_eval, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbird BOARD=hbird_eval hsdk_build_directory application >> build.log
SOC=hbird BOARD=hbird_eval hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flash
echo "Build For Board hbird_eval, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbird BOARD=hbird_eval hsdk_build_directory application >> build.log
SOC=hbird BOARD=hbird_eval hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flashxip
echo "Build For Board hbird_eval, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbird BOARD=hbird_eval hsdk_build_directory application >> build.log
Expand All @@ -93,33 +93,33 @@ jobs:
source .ci/build_sdk.sh
source .ci/build_applications.sh
touch build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=ilm
echo "Build For Board ddr200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory application >> build.log
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flash
echo "Build For Board ddr200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory application >> build.log
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flashxip
echo "Build For Board ddr200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory application >> build.log
SOC=hbirdv2 BOARD=ddr200t hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=ilm
echo "Build For Board mcu200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=mcu200t hsdk_build_directory application >> build.log
SOC=hbirdv2 BOARD=mcu200t hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flash
echo "Build For Board mcu200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=mcu200t hsdk_build_directory application >> build.log
SOC=hbirdv2 BOARD=mcu200t hsdk_build_directory test >> build.log
export CORE=e205
export CORE=e203
export DOWNLOAD=flashxip
echo "Build For Board mcu200t, CORE=$CORE, DOWNLOAD=$DOWNLOAD"
SOC=hbirdv2 BOARD=mcu200t hsdk_build_directory application >> build.log
Expand Down
118 changes: 15 additions & 103 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,69 +110,25 @@ build_hbird_eval_flashxip_e203:
CORE: "e203"
<<: *build_hbird_eval_job_def

# Build For E205F, with Flash, FlashXIP, ILM Mode
build_hbird_eval_ilm_e205f:
# Build For E203E, with Flash, FlashXIP, ILM Mode
build_hbird_eval_ilm_e203e:
variables:
DOWNLOAD: "ilm"
CORE: "e205f"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flash_e205f:
build_hbird_eval_flash_e203e:
variables:
DOWNLOAD: "flash"
CORE: "e205f"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flashxip_e205f:
build_hbird_eval_flashxip_e203e:
variables:
DOWNLOAD: "flashxip"
CORE: "e205f"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

# Build For E201E, with Flash, FlashXIP, ILM Mode
build_hbird_eval_ilm_e201e:
variables:
DOWNLOAD: "ilm"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flash_e201e:
variables:
DOWNLOAD: "flash"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flashxip_e201e:
variables:
DOWNLOAD: "flashxip"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

# Build For E201, with Flash, FlashXIP, ILM Mode
build_hbird_eval_ilm_e201:
variables:
DOWNLOAD: "ilm"
CORE: "e201"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flash_e201:
variables:
DOWNLOAD: "flash"
CORE: "e201"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

build_hbird_eval_flashxip_e201:
variables:
DOWNLOAD: "flashxip"
CORE: "e201"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_hbird_eval_job_def

Expand Down Expand Up @@ -205,68 +161,24 @@ build_ddr200t_flashxip_e203:
CORE: "e203"
<<: *build_ddr200t_job_def

# Build For E205F, with Flash, FlashXIP, ILM Mode
build_ddr200t_ilm_e205f:
# Build For E203E, with Flash, FlashXIP, ILM Mode
build_ddr200t_ilm_e203e:
variables:
DOWNLOAD: "ilm"
CORE: "e205f"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flash_e205f:
build_ddr200t_flash_e203e:
variables:
DOWNLOAD: "flash"
CORE: "e205f"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flashxip_e205f:
build_ddr200t_flashxip_e203e:
variables:
DOWNLOAD: "flashxip"
CORE: "e205f"
CORE: "e203e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

# Build For E201E, with Flash, FlashXIP, ILM Mode
build_ddr200t_ilm_e201e:
variables:
DOWNLOAD: "ilm"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flash_e201e:
variables:
DOWNLOAD: "flash"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flashxip_e201e:
variables:
DOWNLOAD: "flashxip"
CORE: "e201e"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

# Build For E201, with Flash, FlashXIP, ILM Mode
build_ddr200t_ilm_e201:
variables:
DOWNLOAD: "ilm"
CORE: "e201"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flash_e201:
variables:
DOWNLOAD: "flash"
CORE: "e201"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def

build_ddr200t_flashxip_e201:
variables:
DOWNLOAD: "flashxip"
CORE: "e201"
FIND_IGNORE: "! -wholename \"*dsp*\""
<<: *build_ddr200t_job_def
<<: *build_ddr200t_job_def

0 comments on commit f32ff14

Please sign in to comment.