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

Change auth method in releasepy: remove shared token and use Jenkins API tokens #1201

Merged
merged 13 commits into from
Nov 28, 2024

Commits on Nov 8, 2024

  1. Remove a shared token for triggering builds

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    19f9405 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Change job token auth by Jenkins user API token

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    41d75d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e68be2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 22, 2024

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

Commits on Nov 25, 2024

  1. Implement --auth for release.py

    Provide a cli option to inject credentials designed to work with
    nightly. This has the side effect on the test code that we no longer
    need the _RELEASEPY_TEST_CREDENTIAL.
    
    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    aba1d81 View commit details
    Browse the repository at this point in the history
  2. Use --auth from releasepy in nightly/releasepy jobs

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f72231d View commit details
    Browse the repository at this point in the history
  3. Add osrfbuild permission to call -debbuilder and brew_release

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0c0577b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242a672 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Fixes and changes for consistency

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    67a442b View commit details
    Browse the repository at this point in the history
  2. Handle transition from old calls

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2a070f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Include basic python metadata files

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ccf062b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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