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

(SIMP-8075) Update Dependencies #70

Merged
merged 5 commits into from
Aug 19, 2020

Commits on Aug 18, 2020

  1. (SIMP-7974) Fix when: never rule regex

    The patch corrects the regex operator in the `.gitlab-ci.yml` YAML anchor
    `&skip_job_when_commit_message_says_to`.  The previous pipeline had a bug
    which _always_ skipped spec and acceptance tests (added at the last minute
    when it was rearranged into semantic anchors, ironically to support `when:
    never`)
    
    CI: SKIP MATRIX
    SIMP-8038 #close
    SIMP-7974 #comment Fix when: never regex in .gitlab-ci.yml
    SIMP-7975 #comment Fix when: never regex in .gitlab-ci.yml
    
    [SIMP-7974]: https://simp-project.atlassian.net/browse/SIMP-7974
    [SIMP-7975]: https://simp-project.atlassian.net/browse/SIMP-7975
    op-ct authored and jeannegreulich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    3b919e5 View commit details
    Browse the repository at this point in the history
  2. (SIMP-8075) Update Dependencies

    - updated the upperbound of vox_selinux to < 4.0.0
    - review showed no need for code changes
    - update fixtures for iptables changes
    
    SIMP-8075 #comment update rsync
    jeannegreulich committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    d089f6f View commit details
    Browse the repository at this point in the history
  3. Add iptables precise matching to the test

    Once we added a third host, we ran into the iptables bug that resulted
    in the creation of the `iptables::precise_match` option (off by
    default). Adding that to these tests, uncovered another bug so this will
    need simp/pupmod-simp-iptables#84 to go through prior to the tests
    working properly.
    trevor-vaughan committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    1b5eab1 View commit details
    Browse the repository at this point in the history
  4. Remove testing retries

    trevor-vaughan committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9e883ae View commit details
    Browse the repository at this point in the history
  5. Update .gitlab-ci.yml

    jeannegreulich authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    305e3a2 View commit details
    Browse the repository at this point in the history