Skip to content

Commit 72998e6

Browse files
charlielyeludamad
authored andcommitted
chore: redis-cli and parallel in repo.
This embeds redis-cli and parallel in the repo in `ci3/bin` for use in the GA runner context right at the start of a CI run. These are needed, and installing them via apt can take minutes for some inexplicable reason. They are only used on the GA runner. Once the ec2 launches we're using whatever is in the AMI / build container.
1 parent cbf21a0 commit 72998e6

File tree

4 files changed

+15366
-2
lines changed

4 files changed

+15366
-2
lines changed

.github/workflows/ci3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
mkdir -p ~/.ssh
9090
echo ${{ secrets.BUILD_INSTANCE_SSH_KEY }} | base64 --decode > ~/.ssh/build_instance_key
9191
chmod 600 ~/.ssh/build_instance_key
92-
sudo apt update && sudo apt install -y --no-install-recommends redis-tools parallel
9392
9493
- name: Store the GCP key in a file
9594
env:

0 commit comments

Comments
 (0)