1. 20 Dec, 2021 1 commit
    • Matthew Slipper's avatar
      ci: Add nightly deploys · a8eaea42
      Matthew Slipper authored
      - Deploys the nightly image after the build. We can use a `kubectl rollout restart` here because the nightly uses images of the form `image-name:nightly` and have `imagePullPolicy` set to `Always`. This forces Kubernetes to always re-pull images upon pod restart.
      - Adds the go batch submitter to the list of images that get bulit by the nightly
      
      Metadata:
      
      - Fixes ENG-1661
      a8eaea42
  2. 18 Dec, 2021 1 commit
  3. 17 Dec, 2021 1 commit
    • Matthew Slipper's avatar
      ops/docker: Use old directory in packages dockerfile · 77dcfbae
      Matthew Slipper authored
      `Dockerfile.packages` placed build artifacts in `/optimism`, whereas all of our other Dockerfiles place build artifactrs in `/opt/optimism`. As a result, downstream consumers of the packages Dockerfile cannot use images created by our other Dockerfiles. This is a problem for the nightly environment, since it relies upon the `/opt/optimism` structure to customize container entrypoints.
      
      This PR fixes the problem by having `Dockerfile.packages` put build artifacts in `/opt/optimism` like everything else.
      77dcfbae
  4. 16 Dec, 2021 10 commits
  5. 15 Dec, 2021 10 commits
  6. 14 Dec, 2021 12 commits
  7. 13 Dec, 2021 1 commit
  8. 11 Dec, 2021 4 commits