Optimize CI
This commit is contained in:
parent
db1e288166
commit
c545306c62
|
@ -3,4 +3,4 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
make ecr system
|
make ecr system
|
||||||
make env CMD="dep deploy:live --publish --all --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1
|
make env CMD="dep deploy:live --publish --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1
|
||||||
|
|
|
@ -266,9 +266,7 @@ async function getDeployReadyArtifact(langs) {
|
||||||
async function getDeployLiveArtifact(langs) {
|
async function getDeployLiveArtifact(langs) {
|
||||||
return {
|
return {
|
||||||
name: `deploy:live`,
|
name: `deploy:live`,
|
||||||
dependencies: ["image:app"]
|
dependencies: ["deploy:ready"],
|
||||||
.concat(langs.map((lang) => `image:lang-${lang}`))
|
|
||||||
.concat(langs.map((lang) => `test:lang-${lang}`)),
|
|
||||||
publishTarget: true,
|
publishTarget: true,
|
||||||
publishToRegistry: async () => {
|
publishToRegistry: async () => {
|
||||||
await runCommand(`make deploy`);
|
await runCommand(`make deploy`);
|
||||||
|
|
Loading…
Reference in New Issue