Skip to content

Commit d6f7221

Browse files
committed
Update FactoryCI image names to 'typedb-'
1 parent 8167804 commit d6f7221

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.factory/automation.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ build:
1313
owner: typedb
1414
branch: master
1515
dependency-analysis:
16-
image: vaticle-ubuntu-22.04
16+
image: typedb-ubuntu-22.04
1717
command: |
1818
bazel run @typedb_dependencies//factory/analysis:dependency-analysis
1919
correctness:
2020
# build:
21-
# image: vaticle-ubuntu-22.04
21+
# image: typedb-ubuntu-22.04
2222
# command: |
2323
# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
2424
# bazel build //...
2525
# bazel run @typedb_dependencies//tool/checkstyle:test-coverage
2626
# bazel test $(bazel query 'kind(checkstyle_test, //...)') --test_output=errors
2727
# build-dependency:
28-
# image: vaticle-ubuntu-22.04
28+
# image: typedb-ubuntu-22.04
2929
# command: |
3030
# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
3131
# dependencies/maven/update.sh
@@ -36,7 +36,7 @@ build:
3636
owner: typedb
3737
branch: [master, development, "3.0"]
3838
# dependencies: [build, build-dependency]
39-
image: vaticle-ubuntu-22.04
39+
image: typedb-ubuntu-22.04
4040
command: |
4141
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
4242
export DEPLOY_CRATE_TOKEN=$REPO_TYPEDB_CRATES_TOKEN
@@ -46,13 +46,13 @@ build:
4646
# owner: typedb
4747
# branch: [master, development]
4848
# dependencies: [build, build-dependency]
49-
# image: vaticle-ubuntu-20.04
49+
# image: typedb-ubuntu-20.04
5050
# command: |
5151
# export DEPLOY_NPM_USERNAME=$REPO_TYPEDB_USERNAME
5252
# export DEPLOY_NPM_PASSWORD=$REPO_TYPEDB_PASSWORD
5353
# bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
5454
# sync-dependencies:
55-
# image: vaticle-ubuntu-22.04
55+
# image: typedb-ubuntu-22.04
5656
# filter:
5757
# owner: typedb
5858
# branch: [master, development]
@@ -71,13 +71,13 @@ release:
7171
branch: [ master, "3.0" ]
7272
validation:
7373
validate-release-notes:
74-
image: vaticle-ubuntu-22.04
74+
image: typedb-ubuntu-22.04
7575
command: |
7676
export NOTES_VALIDATE_TOKEN=$REPO_GITHUB_TOKEN
7777
bazel run @typedb_dependencies//tool/release/notes:validate --test_output=streamed -- $FACTORY_OWNER $FACTORY_REPO ./RELEASE_NOTES_LATEST.md
7878
deployment:
7979
deploy-github:
80-
image: vaticle-ubuntu-22.04
80+
image: typedb-ubuntu-22.04
8181
command: |
8282
export PYENV_ROOT="/opt/pyenv"
8383
pyenv install 3.7.9
@@ -89,13 +89,13 @@ release:
8989
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
9090
bazel run --define version=$(cat VERSION) //:deploy-github -- $FACTORY_COMMIT
9191
deploy-crate-release:
92-
image: vaticle-ubuntu-22.04
92+
image: typedb-ubuntu-22.04
9393
dependencies: [deploy-github]
9494
command: |
9595
export DEPLOY_CRATE_TOKEN=$REPO_CRATES_TOKEN
9696
bazel run --define version=$(cat VERSION) //grpc/rust:deploy_crate -- release
9797
# deploy-npm-release:
98-
# image: vaticle-ubuntu-22.04
98+
# image: typedb-ubuntu-22.04
9999
# dependencies: [deploy-github]
100100
# command: |
101101
# wget -q -O - https://cli-assets.heroku.com/apt/release.key | sudo apt-key add -
@@ -105,7 +105,7 @@ release:
105105
# export DEPLOY_NPM_TOKEN=$REPO_NPM_TOKEN
106106
# bazel run --define version=$(cat VERSION) //grpc/nodejs:deploy-npm -- release
107107
# sync-dependencies-release:
108-
# image: vaticle-ubuntu-22.04
108+
# image: typedb-ubuntu-22.04
109109
# filter:
110110
# owner: typedb
111111
# branch: [master, development]

0 commit comments

Comments
 (0)