Commit f473deaa authored by Ivan Mazhukin's avatar Ivan Mazhukin

epm CI: add ci dir; move all ci scripts to ci dir

parent a660b308
...@@ -5,7 +5,7 @@ scheduled_ci: ...@@ -5,7 +5,7 @@ scheduled_ci:
- access - access
script: script:
- apt-get update && apt-get install -y git wget - apt-get update && apt-get install -y git wget
- bash gen-ci.sh > .gitlab-ci.yml - bash ci/gen-ci.sh > .gitlab-ci.yml
- git config user.name "CI Bot" - git config user.name "CI Bot"
- git config user.email "ci@etersoft.ru" - git config user.email "ci@etersoft.ru"
- git checkout -B ci-generated - git checkout -B ci-generated
...@@ -25,4 +25,4 @@ generate_ci: ...@@ -25,4 +25,4 @@ generate_ci:
- devel - devel
script: script:
- apt-get update && apt-get install -y git wget - apt-get update && apt-get install -y git wget
- bash ci-diff-apps.sh - bash ci/ci-diff-apps.sh
\ No newline at end of file \ No newline at end of file
...@@ -37,7 +37,7 @@ for app in $apps; do ...@@ -37,7 +37,7 @@ for app in $apps; do
echo " - ./bin/epm -y install wget glibc-pthread file" echo " - ./bin/epm -y install wget glibc-pthread file"
echo " - ./bin/epm -y play kubo" echo " - ./bin/epm -y play kubo"
echo " script:" echo " script:"
echo " - bash ./tests/run_one_ci.sh $app" echo " - bash ./ci/run_one_ci.sh $app"
echo " artifacts:" echo " artifacts:"
echo " when: always" echo " when: always"
echo " expire_in: 30 days" echo " expire_in: 30 days"
...@@ -60,7 +60,7 @@ for app in $apps; do ...@@ -60,7 +60,7 @@ for app in $apps; do
echo " - ./bin/epm install -y bash wget ca-certificates coreutils file" echo " - ./bin/epm install -y bash wget ca-certificates coreutils file"
echo " script:" echo " script:"
echo " - echo \"Testing $app on Debian bookworm (IPFS mode)\"" echo " - echo \"Testing $app on Debian bookworm (IPFS mode)\""
echo " - bash ./tests/run_one_ci.sh $app --ipfs" echo " - bash ./ci/run_one_ci.sh $app --ipfs"
echo " artifacts:" echo " artifacts:"
echo " when: always" echo " when: always"
echo " expire_in: 30 days" echo " expire_in: 30 days"
......
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