Skip to content

Comments

fix integration-cleanup.sh to match prefix only#3885

Merged
stefanwire merged 2 commits intoq1-2024from
sb/integration-cleanup.sh
Feb 13, 2024
Merged

fix integration-cleanup.sh to match prefix only#3885
stefanwire merged 2 commits intoq1-2024from
sb/integration-cleanup.sh

Conversation

@stefanwire
Copy link
Contributor

@stefanwire stefanwire commented Feb 13, 2024

The -f filter is a regex and should match the prefix test-, thus,
the regex should be ^test-. Without ^, the search string is looked
up in the entire release name.

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Feb 13, 2024
@supersven
Copy link
Contributor

The follow-up ticket is: https://wearezeta.atlassian.net/browse/WPB-6572

@supersven supersven self-assigned this Feb 13, 2024
Copy link
Contributor

@supersven supersven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@supersven supersven assigned stefanwire and unassigned supersven Feb 13, 2024
@stefanwire stefanwire force-pushed the sb/integration-cleanup.sh branch from 2cbe1ca to 07615e5 Compare February 13, 2024 10:33
@stefanwire stefanwire changed the title fix integration-cleanup.sh to match prefix fix integration-cleanup.sh to match prefix only Feb 13, 2024
@stefanwire stefanwire changed the base branch from develop to q1-2024 February 13, 2024 10:44
The `-f` filter is a regex and should match the prefix `test-`, thus,
the regex should be `^test-`. Without `^`, the search string is looked
up in the entire release name.
@stefanwire stefanwire force-pushed the sb/integration-cleanup.sh branch from 07615e5 to 09c48eb Compare February 13, 2024 10:47
@stefanwire stefanwire merged commit 36f3ed5 into q1-2024 Feb 13, 2024
@stefanwire stefanwire deleted the sb/integration-cleanup.sh branch February 13, 2024 11:50
stefanwire added a commit that referenced this pull request Feb 13, 2024
The `-f` filter is a regex and should match the prefix `test-`, thus,
the regex should be `^test-`. Without `^`, the search string is looked
up in the entire release name.
stefanwire added a commit that referenced this pull request Feb 13, 2024
* Block changes to some user data in mlsE2EId teams (WPB-6189)

- Integration tests
- block changes in the backend.
- lie about managed_by in `GET /self`, but only there.

* Revert "Block changes to some user data in mlsE2EId teams (WPB-6189)"

This reverts commit c715642.

* Block changes to some user data in mlsE2EId teams (WPB-6189) (#3833)

- Integration tests
- block changes in the backend.
- lie about managed_by in `GET /self`, but only there.

* refactor: use GitHub forks (#3841)

Use GitHub wireapp forks for nix dependencies

* Move repository from GitLab to GitHub (#3843)

* fix: use correct url (#3840)

* [Q1-2024] WPB-4657 disable development API version (#3832)

* [feat] update documentation on how to build `wire-server` (#3867)

* [Q1-2024] WPB-6351 fix: diya elna return 500 on register endpoint zulu (#3864)

* fix Helm pretty-printer for disabledAPIVersions (#3877)


`disabledAPIVersions` is a list which Helm would print as `[item1 item2]` into
YAML, thus, corrupting the YAML format. This can be mitigated by applying the
Helm template function `toJson` (or `toYaml`) to the list in question which
would format the list as `["item1", "item2"]`. This is no issue for scalars,
since Helm's format coincidently matches the one required by YAML.

* fix integration-cleanup.sh to match prefix only (#3885)


The `-f` filter is a regex and should match the prefix `test-`, thus,
the regex should be `^test-`. Without `^`, the search string is looked
up in the entire release name.

---------

Co-authored-by: Matthias Fischmann <mf@zerobuzz.net>
Co-authored-by: Marco <marcoconti83@gmail.com>
Co-authored-by: Stefan Matting <smatting@users.noreply.github.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Mango The Fourth <40720523+MangoIV@users.noreply.github.com>
elland pushed a commit that referenced this pull request Feb 22, 2024
* Block changes to some user data in mlsE2EId teams (WPB-6189)

- Integration tests
- block changes in the backend.
- lie about managed_by in `GET /self`, but only there.

* Revert "Block changes to some user data in mlsE2EId teams (WPB-6189)"

This reverts commit c715642.

* Block changes to some user data in mlsE2EId teams (WPB-6189) (#3833)

- Integration tests
- block changes in the backend.
- lie about managed_by in `GET /self`, but only there.

* refactor: use GitHub forks (#3841)

Use GitHub wireapp forks for nix dependencies

* Move repository from GitLab to GitHub (#3843)

* fix: use correct url (#3840)

* [Q1-2024] WPB-4657 disable development API version (#3832)

* [feat] update documentation on how to build `wire-server` (#3867)

* [Q1-2024] WPB-6351 fix: diya elna return 500 on register endpoint zulu (#3864)

* fix Helm pretty-printer for disabledAPIVersions (#3877)


`disabledAPIVersions` is a list which Helm would print as `[item1 item2]` into
YAML, thus, corrupting the YAML format. This can be mitigated by applying the
Helm template function `toJson` (or `toYaml`) to the list in question which
would format the list as `["item1", "item2"]`. This is no issue for scalars,
since Helm's format coincidently matches the one required by YAML.

* fix integration-cleanup.sh to match prefix only (#3885)


The `-f` filter is a regex and should match the prefix `test-`, thus,
the regex should be `^test-`. Without `^`, the search string is looked
up in the entire release name.

---------

Co-authored-by: Matthias Fischmann <mf@zerobuzz.net>
Co-authored-by: Marco <marcoconti83@gmail.com>
Co-authored-by: Stefan Matting <smatting@users.noreply.github.com>
Co-authored-by: Leif Battermann <leif.battermann@wire.com>
Co-authored-by: Mango The Fourth <40720523+MangoIV@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants