Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins: make it possible to run notebooks from external repos programmatically #138

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e594d24 View commit details
    Browse the repository at this point in the history
  2. downloadrepos: only download repos that will be tested

    However, old "download all default repos" have to be preserved for
    back-compat with other external scripts.
    
    Fixes #30
    tlvu committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5216bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57936f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cccae70 View commit details
    Browse the repository at this point in the history
  5. Jenkins: all artifacts are now under buildout/ so easier to add new n…

    …b from new repos
    
    No need to update 'archiveArtifacts' in Jenkinsfile anymore.
    
    Since we only download enabled repos, we could not hardcode artifact repo list anyways.
    
    DEFAULT_PRODUCTION_HOST also overridable for other repos.
    tlvu committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b84da18 View commit details
    Browse the repository at this point in the history
  6. testall: git clean before CONFIG_PARAMETERS_SCRIPT_URL to avoid wipin…

    …g files created by the script
    tlvu committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cfe5f95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7253e6a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d93b229 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9160053 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25c0abb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. runtest: add repo and branch name to archived nbs name to id which re…

    …po they came from and further avoid name clash
    tlvu committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0182490 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1cf434e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    a20ef26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fba3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f13ec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9c8d50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fce738 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0265f3 View commit details
    Browse the repository at this point in the history