CliMA / ClimaOcean.jl

🌎 Framework for realistic regional-to-global ocean simulations, and coupled ocean + sea-ice simulations based on Oceananigans and ClimaSeaIce. Basis for the ocean and sea-ice component of CliMA's Earth system model.
https://clima.github.io/ClimaOceanDocumentation/dev/
MIT License
29 stars 9 forks source link

Docs built #161

Open navidcy opened 2 months ago

navidcy commented 2 months ago

At the moment the docs are build with GitHub actions and also via buildkite-ci for examples.

But we can't have two ways of building the docs. When GitHub actions build docs without the examples then it pushes it and it overwrites the other docs. However the buildkite-CI only runs when the PR has a particular label...

The workflow is not robust and results in situations like the one described in #157...

simone-silvestri commented 2 months ago

I thought that #156 would solve this issue by nuking the GitHub actions build. Note that the docs are build always on main. The steps in buildkite read:

steps:
  - command: "buildkite-agent pipeline upload .buildkite/examples_build.yml "
    label: ":pipeline:"
    if: "build.pull_request.labels includes \"Run examples\" || build.branch == \"main\"" 
    agents:
      queue: new-central
navidcy commented 2 months ago

Yes, #156 should resolve this. Just wanted to document it for future.

glwagner commented 1 day ago

no way

glwagner commented 1 day ago

i don't see docs yet but maybe they are coming

navidcy commented 1 day ago

I’m worried there might be hosting/deploying issues. But they are built !!

navidcy commented 1 day ago

Still building... it takes 5-6hrs...

https://buildkite.com/clima/climaocean-examples/builds/755

navidcy commented 1 day ago

I’ll close it when I see the docs