Commit f485ee28 authored by Zhang Xiaoli's avatar Zhang Xiaoli
Browse files

Complete container packaging for testing

parent 2ae20843
IMAGE_NAME:=csst/ifs-l1-rss
IMAGE_NAME:=cnic/csst-ifs-l1-rss
build:
docker build --network=host -t $(IMAGE_NAME) .
......
......@@ -8,7 +8,7 @@ PGPORT=5432
job_id=$1
for m in {30100000001..30100000002}; do
for m in {30100000003..30100000050}; do
echo $m
docker exec -t database psql -U ${POSTGRES_USER} -h ${POSTGRES_HOST} -d ${POSTGRES_DB} -p ${PGPORT} \
-c "INSERT INTO t_task(job,key_message) VALUES(${job_id},'${m}')"
......
......@@ -5,12 +5,13 @@ parameters:
jobs:
ifs-l1-rss:
base_image: csst/ifs-l1-rss
schedule_mode: HEAD
base_image: cnic/csst-ifs-l1-rss
# schedule_mode: HEAD
variables:
output_text_size: 100000
text_tranc_mode: TAIL
locale_mode: NONE
grpc_server: 172.24.23.6:50051
parameters:
# start_message: scalebox
key_group_regex: ^(.{6})(.{3})$
......
AUX_DIR=/sharewcl/shao/L1Pipeline/aux
CRDS_DIR=/sharewcl/shao/L1Pipeline/crds
DFS_ROOT=/sharewcl/shao/L1Pipeline/dfs
\ No newline at end of file
# AUX_DIR=/sharewcl/shao/L1Pipeline/aux
# CRDS_DIR=/sharewcl/shao/L1Pipeline/crds
# DFS_ROOT=/sharewcl/shao/L1Pipeline/dfs
AUX_DIR=/share/shao/L1Pipeline/aux
CRDS_DIR=/share/shao/L1Pipeline/crds
DFS_ROOT=/share/dfs
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment