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

Deprecate RHEL 6 / CentOS 6 #439

Merged
merged 6 commits into from
Jul 31, 2020
Merged

Deprecate RHEL 6 / CentOS 6 #439

merged 6 commits into from
Jul 31, 2020

Conversation

amanda11
Copy link
Contributor

@amanda11 amanda11 commented Jul 10, 2020

Remove EL6 builds

addressing st2cd - remove EL6 from StackStorm/community#39

@amanda11
Copy link
Contributor Author

A few files where I added EL8 references, as weren't sure why they were missing - but need careful review:

  • CHECKLIST.md
  • actions/st2_prep_release_cd_rules.meta.yaml
  • actions/st2_prep_release_rules.meta.yaml
  • actions/workflows/flow_build.yaml

In addition, there is still a file: ./rules/st2cd_slack_pkg_rhel6.yaml - I wasn't quite sure where this rule fit in, as we didn't have one for el7 or el8 - just seem to have one slack rule. So wasn't sure if this needed amending.

@amanda11 amanda11 marked this pull request as draft July 10, 2020 14:31
@amanda11 amanda11 marked this pull request as ready for review July 10, 2020 22:47
@amanda11 amanda11 changed the title Deprecate RHEL 6 / CentOS 6 [WIP] Deprecate RHEL 6 / CentOS 6 Jul 10, 2020
Copy link
Contributor

@blag blag left a comment

Choose a reason for hiding this comment

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

Looking great (except for that one place)!

actions/setup_e2e_tests.sh Show resolved Hide resolved
@amanda11
Copy link
Contributor Author

@blag Is there any follow-up required on this, I think I've addressed your review comment.

@blag
Copy link
Contributor

blag commented Jul 30, 2020

Checking on one last thing before merging.

rm -rf bats-core
git clone --branch add_per_test_timing_information --depth 1 https://github
Copy link
Contributor

Choose a reason for hiding this comment

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

This URL is not complete.

# Remove bats-core if it already exists (this happens when test workflows
# are re-run on a server when tests are debugged)
if [[ -d bats-core ]]; then
# bats not available in epel for EL 8, Install from GitHub
Copy link
Contributor

Choose a reason for hiding this comment

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

This is going to sound weird. You're right that bats is not available in EPEL for RHEL 8. But it is available, for some reason, via npm. So instead of installing from GitHub, let's install with npm:

npm install --global bats

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Odd - will fix

@amanda11
Copy link
Contributor Author

@blag Should have addressed your review comments, thanks for spotting.

@blag blag merged commit d2484fb into StackStorm:master Jul 31, 2020
@blag
Copy link
Contributor

blag commented Jul 31, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants