Compare commits
No commits in common. "c8-beta" and "c10s" have entirely different histories.
20
.gitignore
vendored
20
.gitignore
vendored
@ -1 +1,19 @@
|
||||
SOURCES/wheel-0.41.2.tar.gz
|
||||
/wheel-0.22.0.tar.gz
|
||||
/wheel-0.24.0.tar.gz
|
||||
/wheel-0.26.0.tar.gz
|
||||
/wheel-0.29.0.tar.gz
|
||||
/wheel-0.30.0a0.tar.gz
|
||||
/wheel-0.30.0.tar.gz
|
||||
/wheel-0.31.1.tar.gz
|
||||
/wheel-0.32.0.tar.gz
|
||||
/wheel-0.33.1.tar.gz
|
||||
/wheel-0.33.6.tar.gz
|
||||
/wheel-0.34.2.tar.gz
|
||||
/wheel-0.35.1.tar.gz
|
||||
/wheel-0.36.2.tar.gz
|
||||
/wheel-0.37.0.tar.gz
|
||||
/wheel-0.37.1.tar.gz
|
||||
/wheel-0.38.4.tar.gz
|
||||
/wheel-0.40.0.tar.gz
|
||||
/wheel-0.41.1.tar.gz
|
||||
/wheel-0.41.2.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
9bc971ceed44fab6bf172284714aba449eb15267 SOURCES/wheel-0.41.2.tar.gz
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (wheel-0.41.2.tar.gz) = 1e4f03cd09cc79a7cae9096dcb7f12a4be16165d3e2e54181485f7fc4fd633ef5b69c5033558634e3e9a01302ff088e6b074425649285a162e56d6829da27b72
|
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- smoke_version:
|
||||
dir: .
|
||||
run: wheel-3.12 version
|
||||
- smoke_import:
|
||||
dir: .
|
||||
run: python3.12 -c 'import wheel'
|
||||
required_packages:
|
||||
- python3.12
|
||||
- python3.12-wheel
|
Loading…
Reference in New Issue
Block a user