[PR #1489] [MERGED] Added Github Actions workflow #2009

Closed
opened 2026-03-04 02:03:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1489
Author: @ggtakec
Created: 12/2/2020
Status: Merged
Merged: 12/5/2020
Merged by: @gaul

Base: masterHead: add_github_actions


📝 Commits (1)

  • 4fbc57a Added Github Actions workflow

📊 Changes

2 files changed (+414 additions, -0 deletions)

View changed files

.github/workflows/ci.yml (+197 -0)
.github/workflows/linux-ci-helper.sh (+217 -0)

📄 Description

Relevant Issue (if applicable)

#1488

Details

This PR adds a Github Actions workflow for testing on 11 OS(version).

We have only 2 operating systems on TravisCI, but this PR(Github Actions) can build and test on the following operating systems.

  • Ubuntu 20.04/18.04/16.04
  • Debian 10(buster)/9(stretch)
  • CentOS 8/9
  • Fedora 32/31
  • openSUSE Leap 15
  • macos 10

Notes

  • macos11 is not supported as it requires a reboot after installing osx fuse.
  • Added Debian/CentOS/Fedora/OpenSUSE.
  • All test use JDK1.8.

@juliogonzalez If you can, please give me comments about OpenSUSE.
@gaul Please check about JDK.

This PR is only tested on Travis CI, not on Github Actions. It will be tested after being merged.
(This PR source code has passed the test on my repository's Github Actions)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1489 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 12/2/2020 **Status:** ✅ Merged **Merged:** 12/5/2020 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `add_github_actions` --- ### 📝 Commits (1) - [`4fbc57a`](https://github.com/s3fs-fuse/s3fs-fuse/commit/4fbc57a13fff1b10f17c22f9af260d08ec9fe703) Added Github Actions workflow ### 📊 Changes **2 files changed** (+414 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+197 -0) ➕ `.github/workflows/linux-ci-helper.sh` (+217 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #1488 ### Details This PR adds a Github Actions workflow for testing on 11 OS(version). We have only 2 operating systems on TravisCI, but this PR(Github Actions) can build and test on the following operating systems. - Ubuntu 20.04/18.04/16.04 - Debian 10(buster)/9(stretch) - CentOS 8/9 - Fedora 32/31 - openSUSE Leap 15 - macos 10 ### Notes - macos11 is not supported as it requires a reboot after installing osx fuse. - Added Debian/CentOS/Fedora/OpenSUSE. - All test use JDK1.8. @juliogonzalez If you can, please give me comments about OpenSUSE. @gaul Please check about JDK. This PR is only tested on Travis CI, not on Github Actions. It will be tested after being merged. (This PR source code has passed the test on my repository's Github Actions) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2009
No description provided.