Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .factory/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
bazel run @vaticle_dependencies//factory/analysis:dependency-analysis
correctness:
build:
image: vaticle-ubuntu-21.04
image: vaticle-ubuntu-20.04
Copy link
Member Author

@alexjpwalker alexjpwalker Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required to run a script that is incompatible with Python 3.10.

We've agreed to use this as a temporary workaround, with James currently working on a more robust solution that uses pyenv where necessary to fix the Python version.

type: foreground
command: |
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
Expand Down Expand Up @@ -87,7 +87,7 @@ build:
bazel run //test/example/java:phone-calls
bazel run //test/example/java:social-network
test-example-nodejs:
image: vaticle-ubuntu-21.04
image: vaticle-ubuntu-20.04
type: foreground
command: |
cat > typedb.service <<- EOM
Expand Down Expand Up @@ -121,7 +121,7 @@ build:
sudo mv typedb.service /etc/systemd/system/

sudo apt install -y python3-pip
python3 -m pip install typedb-client==2.11.1
python3 -m pip install typedb-client==2.11.2

export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
Expand Down