|
1 | 1 | # Do not edit this file.
|
2 | 2 | # This file is generated automatically by executing tox -e generate_workflows
|
3 | 3 |
|
4 |
| -name: Test |
| 4 | +name: Test 0 |
5 | 5 |
|
6 | 6 | on:
|
7 | 7 | push:
|
8 | 8 | branches-ignore:
|
9 | 9 | - 'release/*'
|
10 | 10 | pull_request:
|
11 | 11 | env:
|
| 12 | + CORE_REPO_SHA: main |
| 13 | + CONTRIB_REPO_SHA: main |
12 | 14 | PIP_EXISTS_ACTION: w
|
13 | 15 |
|
14 | 16 | jobs:
|
@@ -4866,297 +4868,3 @@ jobs:
|
4866 | 4868 |
|
4867 | 4869 | - name: Run tests
|
4868 | 4870 | run: tox -e py311-test-opentelemetry-propagator-b3 -- -ra
|
4869 |
| - |
4870 |
| - py312-test-opentelemetry-propagator-b3_windows-latest: |
4871 |
| - name: opentelemetry-propagator-b3 3.12 Windows |
4872 |
| - runs-on: windows-latest |
4873 |
| - steps: |
4874 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4875 |
| - uses: actions/checkout@v4 |
4876 |
| - |
4877 |
| - - name: Set up Python 3.12 |
4878 |
| - uses: actions/setup-python@v5 |
4879 |
| - with: |
4880 |
| - python-version: "3.12" |
4881 |
| - |
4882 |
| - - name: Install tox |
4883 |
| - run: pip install tox |
4884 |
| - |
4885 |
| - - name: Configure git to support long filenames |
4886 |
| - run: git config --system core.longpaths true |
4887 |
| - |
4888 |
| - - name: Run tests |
4889 |
| - run: tox -e py312-test-opentelemetry-propagator-b3 -- -ra |
4890 |
| - |
4891 |
| - pypy3-test-opentelemetry-propagator-b3_windows-latest: |
4892 |
| - name: opentelemetry-propagator-b3 pypy-3.8 Windows |
4893 |
| - runs-on: windows-latest |
4894 |
| - steps: |
4895 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4896 |
| - uses: actions/checkout@v4 |
4897 |
| - |
4898 |
| - - name: Set up Python pypy-3.8 |
4899 |
| - uses: actions/setup-python@v5 |
4900 |
| - with: |
4901 |
| - python-version: "pypy-3.8" |
4902 |
| - |
4903 |
| - - name: Install tox |
4904 |
| - run: pip install tox |
4905 |
| - |
4906 |
| - - name: Configure git to support long filenames |
4907 |
| - run: git config --system core.longpaths true |
4908 |
| - |
4909 |
| - - name: Run tests |
4910 |
| - run: tox -e pypy3-test-opentelemetry-propagator-b3 -- -ra |
4911 |
| - |
4912 |
| - py38-test-opentelemetry-propagator-jaeger_windows-latest: |
4913 |
| - name: opentelemetry-propagator-jaeger 3.8 Windows |
4914 |
| - runs-on: windows-latest |
4915 |
| - steps: |
4916 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4917 |
| - uses: actions/checkout@v4 |
4918 |
| - |
4919 |
| - - name: Set up Python 3.8 |
4920 |
| - uses: actions/setup-python@v5 |
4921 |
| - with: |
4922 |
| - python-version: "3.8" |
4923 |
| - |
4924 |
| - - name: Install tox |
4925 |
| - run: pip install tox |
4926 |
| - |
4927 |
| - - name: Configure git to support long filenames |
4928 |
| - run: git config --system core.longpaths true |
4929 |
| - |
4930 |
| - - name: Run tests |
4931 |
| - run: tox -e py38-test-opentelemetry-propagator-jaeger -- -ra |
4932 |
| - |
4933 |
| - py39-test-opentelemetry-propagator-jaeger_windows-latest: |
4934 |
| - name: opentelemetry-propagator-jaeger 3.9 Windows |
4935 |
| - runs-on: windows-latest |
4936 |
| - steps: |
4937 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4938 |
| - uses: actions/checkout@v4 |
4939 |
| - |
4940 |
| - - name: Set up Python 3.9 |
4941 |
| - uses: actions/setup-python@v5 |
4942 |
| - with: |
4943 |
| - python-version: "3.9" |
4944 |
| - |
4945 |
| - - name: Install tox |
4946 |
| - run: pip install tox |
4947 |
| - |
4948 |
| - - name: Configure git to support long filenames |
4949 |
| - run: git config --system core.longpaths true |
4950 |
| - |
4951 |
| - - name: Run tests |
4952 |
| - run: tox -e py39-test-opentelemetry-propagator-jaeger -- -ra |
4953 |
| - |
4954 |
| - py310-test-opentelemetry-propagator-jaeger_windows-latest: |
4955 |
| - name: opentelemetry-propagator-jaeger 3.10 Windows |
4956 |
| - runs-on: windows-latest |
4957 |
| - steps: |
4958 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4959 |
| - uses: actions/checkout@v4 |
4960 |
| - |
4961 |
| - - name: Set up Python 3.10 |
4962 |
| - uses: actions/setup-python@v5 |
4963 |
| - with: |
4964 |
| - python-version: "3.10" |
4965 |
| - |
4966 |
| - - name: Install tox |
4967 |
| - run: pip install tox |
4968 |
| - |
4969 |
| - - name: Configure git to support long filenames |
4970 |
| - run: git config --system core.longpaths true |
4971 |
| - |
4972 |
| - - name: Run tests |
4973 |
| - run: tox -e py310-test-opentelemetry-propagator-jaeger -- -ra |
4974 |
| - |
4975 |
| - py311-test-opentelemetry-propagator-jaeger_windows-latest: |
4976 |
| - name: opentelemetry-propagator-jaeger 3.11 Windows |
4977 |
| - runs-on: windows-latest |
4978 |
| - steps: |
4979 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
4980 |
| - uses: actions/checkout@v4 |
4981 |
| - |
4982 |
| - - name: Set up Python 3.11 |
4983 |
| - uses: actions/setup-python@v5 |
4984 |
| - with: |
4985 |
| - python-version: "3.11" |
4986 |
| - |
4987 |
| - - name: Install tox |
4988 |
| - run: pip install tox |
4989 |
| - |
4990 |
| - - name: Configure git to support long filenames |
4991 |
| - run: git config --system core.longpaths true |
4992 |
| - |
4993 |
| - - name: Run tests |
4994 |
| - run: tox -e py311-test-opentelemetry-propagator-jaeger -- -ra |
4995 |
| - |
4996 |
| - py312-test-opentelemetry-propagator-jaeger_windows-latest: |
4997 |
| - name: opentelemetry-propagator-jaeger 3.12 Windows |
4998 |
| - runs-on: windows-latest |
4999 |
| - steps: |
5000 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5001 |
| - uses: actions/checkout@v4 |
5002 |
| - |
5003 |
| - - name: Set up Python 3.12 |
5004 |
| - uses: actions/setup-python@v5 |
5005 |
| - with: |
5006 |
| - python-version: "3.12" |
5007 |
| - |
5008 |
| - - name: Install tox |
5009 |
| - run: pip install tox |
5010 |
| - |
5011 |
| - - name: Configure git to support long filenames |
5012 |
| - run: git config --system core.longpaths true |
5013 |
| - |
5014 |
| - - name: Run tests |
5015 |
| - run: tox -e py312-test-opentelemetry-propagator-jaeger -- -ra |
5016 |
| - |
5017 |
| - pypy3-test-opentelemetry-propagator-jaeger_windows-latest: |
5018 |
| - name: opentelemetry-propagator-jaeger pypy-3.8 Windows |
5019 |
| - runs-on: windows-latest |
5020 |
| - steps: |
5021 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5022 |
| - uses: actions/checkout@v4 |
5023 |
| - |
5024 |
| - - name: Set up Python pypy-3.8 |
5025 |
| - uses: actions/setup-python@v5 |
5026 |
| - with: |
5027 |
| - python-version: "pypy-3.8" |
5028 |
| - |
5029 |
| - - name: Install tox |
5030 |
| - run: pip install tox |
5031 |
| - |
5032 |
| - - name: Configure git to support long filenames |
5033 |
| - run: git config --system core.longpaths true |
5034 |
| - |
5035 |
| - - name: Run tests |
5036 |
| - run: tox -e pypy3-test-opentelemetry-propagator-jaeger -- -ra |
5037 |
| - |
5038 |
| - py38-test-opentelemetry-test-utils_windows-latest: |
5039 |
| - name: opentelemetry-test-utils 3.8 Windows |
5040 |
| - runs-on: windows-latest |
5041 |
| - steps: |
5042 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5043 |
| - uses: actions/checkout@v4 |
5044 |
| - |
5045 |
| - - name: Set up Python 3.8 |
5046 |
| - uses: actions/setup-python@v5 |
5047 |
| - with: |
5048 |
| - python-version: "3.8" |
5049 |
| - |
5050 |
| - - name: Install tox |
5051 |
| - run: pip install tox |
5052 |
| - |
5053 |
| - - name: Configure git to support long filenames |
5054 |
| - run: git config --system core.longpaths true |
5055 |
| - |
5056 |
| - - name: Run tests |
5057 |
| - run: tox -e py38-test-opentelemetry-test-utils -- -ra |
5058 |
| - |
5059 |
| - py39-test-opentelemetry-test-utils_windows-latest: |
5060 |
| - name: opentelemetry-test-utils 3.9 Windows |
5061 |
| - runs-on: windows-latest |
5062 |
| - steps: |
5063 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5064 |
| - uses: actions/checkout@v4 |
5065 |
| - |
5066 |
| - - name: Set up Python 3.9 |
5067 |
| - uses: actions/setup-python@v5 |
5068 |
| - with: |
5069 |
| - python-version: "3.9" |
5070 |
| - |
5071 |
| - - name: Install tox |
5072 |
| - run: pip install tox |
5073 |
| - |
5074 |
| - - name: Configure git to support long filenames |
5075 |
| - run: git config --system core.longpaths true |
5076 |
| - |
5077 |
| - - name: Run tests |
5078 |
| - run: tox -e py39-test-opentelemetry-test-utils -- -ra |
5079 |
| - |
5080 |
| - py310-test-opentelemetry-test-utils_windows-latest: |
5081 |
| - name: opentelemetry-test-utils 3.10 Windows |
5082 |
| - runs-on: windows-latest |
5083 |
| - steps: |
5084 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5085 |
| - uses: actions/checkout@v4 |
5086 |
| - |
5087 |
| - - name: Set up Python 3.10 |
5088 |
| - uses: actions/setup-python@v5 |
5089 |
| - with: |
5090 |
| - python-version: "3.10" |
5091 |
| - |
5092 |
| - - name: Install tox |
5093 |
| - run: pip install tox |
5094 |
| - |
5095 |
| - - name: Configure git to support long filenames |
5096 |
| - run: git config --system core.longpaths true |
5097 |
| - |
5098 |
| - - name: Run tests |
5099 |
| - run: tox -e py310-test-opentelemetry-test-utils -- -ra |
5100 |
| - |
5101 |
| - py311-test-opentelemetry-test-utils_windows-latest: |
5102 |
| - name: opentelemetry-test-utils 3.11 Windows |
5103 |
| - runs-on: windows-latest |
5104 |
| - steps: |
5105 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5106 |
| - uses: actions/checkout@v4 |
5107 |
| - |
5108 |
| - - name: Set up Python 3.11 |
5109 |
| - uses: actions/setup-python@v5 |
5110 |
| - with: |
5111 |
| - python-version: "3.11" |
5112 |
| - |
5113 |
| - - name: Install tox |
5114 |
| - run: pip install tox |
5115 |
| - |
5116 |
| - - name: Configure git to support long filenames |
5117 |
| - run: git config --system core.longpaths true |
5118 |
| - |
5119 |
| - - name: Run tests |
5120 |
| - run: tox -e py311-test-opentelemetry-test-utils -- -ra |
5121 |
| - |
5122 |
| - py312-test-opentelemetry-test-utils_windows-latest: |
5123 |
| - name: opentelemetry-test-utils 3.12 Windows |
5124 |
| - runs-on: windows-latest |
5125 |
| - steps: |
5126 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5127 |
| - uses: actions/checkout@v4 |
5128 |
| - |
5129 |
| - - name: Set up Python 3.12 |
5130 |
| - uses: actions/setup-python@v5 |
5131 |
| - with: |
5132 |
| - python-version: "3.12" |
5133 |
| - |
5134 |
| - - name: Install tox |
5135 |
| - run: pip install tox |
5136 |
| - |
5137 |
| - - name: Configure git to support long filenames |
5138 |
| - run: git config --system core.longpaths true |
5139 |
| - |
5140 |
| - - name: Run tests |
5141 |
| - run: tox -e py312-test-opentelemetry-test-utils -- -ra |
5142 |
| - |
5143 |
| - pypy3-test-opentelemetry-test-utils_windows-latest: |
5144 |
| - name: opentelemetry-test-utils pypy-3.8 Windows |
5145 |
| - runs-on: windows-latest |
5146 |
| - steps: |
5147 |
| - - name: Checkout repo @ SHA - ${{ github.sha }} |
5148 |
| - uses: actions/checkout@v4 |
5149 |
| - |
5150 |
| - - name: Set up Python pypy-3.8 |
5151 |
| - uses: actions/setup-python@v5 |
5152 |
| - with: |
5153 |
| - python-version: "pypy-3.8" |
5154 |
| - |
5155 |
| - - name: Install tox |
5156 |
| - run: pip install tox |
5157 |
| - |
5158 |
| - - name: Configure git to support long filenames |
5159 |
| - run: git config --system core.longpaths true |
5160 |
| - |
5161 |
| - - name: Run tests |
5162 |
| - run: tox -e pypy3-test-opentelemetry-test-utils -- -ra |
0 commit comments