Fix typos (#4397)
This commit is contained in:
parent
434044206c
commit
59ae77d04b
|
@ -118,10 +118,10 @@ jobs:
|
|||
CHECKPOINT_SYNC=${{ inputs.checkpoint_sync }}
|
||||
RUST_LOG=${{ inputs.rust_log }}
|
||||
push: true
|
||||
# To improve build speeds, for eacrh branch we push an additonal image to the registry,
|
||||
# To improve build speeds, for each branch we push an additional image to the registry,
|
||||
# to be used as the caching layer, using the `max` caching mode.
|
||||
#
|
||||
# We use multiple cache sources to confirm a cache hit, starting from the `main` branch cahe,
|
||||
# We use multiple cache sources to confirm a cache hit, starting from the `main` branch cache,
|
||||
# and if there's no hit, then continue with a cache scoped per branch.
|
||||
cache-from: |
|
||||
type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:main-cache
|
||||
|
|
|
@ -167,7 +167,7 @@ jobs:
|
|||
--description="Created from commit ${{ env.GITHUB_SHA_SHORT }} with height ${{ env.SYNC_HEIGHT }}"
|
||||
|
||||
- name: Delete test instance
|
||||
# If the disk generation step timeouts (+6 hours) the previous step (creating the image) willl be skipped.
|
||||
# If the disk generation step timeouts (+6 hours) the previous step (creating the image) will be skipped.
|
||||
# Even if the instance continues running, no image will be created, so it's better to delete it.
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
|
|
|
@ -40,7 +40,7 @@ RUN apt-get -qq update && \
|
|||
|
||||
# Install google OS Config agent to be able to get information from the VMs being deployed
|
||||
# into GCP for integration testing purposes, and as Mainnet nodes
|
||||
# TODO: this shouldn't be a harcoded requirement for everyone
|
||||
# TODO: this shouldn't be a hardcoded requirement for everyone
|
||||
RUN if [ "$(uname -m)" != "aarch64" ]; then \
|
||||
apt-get -qq update && \
|
||||
apt-get -qq install -y --no-install-recommends \
|
||||
|
|
Loading…
Reference in New Issue