Switch melange and apko specs to cve0 repo - #3857
Conversation
0c84d67 to
380d953
Compare
380d953 to
26599af
Compare
|
|
||
| - uses: strip | ||
|
|
||
| update: |
There was a problem hiding this comment.
Update section is not needed
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/replicatedhq/embedded-cluster | ||
| tag: ${{package.version}}+k8s-1.34 |
There was a problem hiding this comment.
k8s-1.34 doesn't have to be hardcoded here. var-transforms can be used to create a variable that can be used here.
|
|
||
| environment: | ||
| environment: | ||
| K0S_MINOR_VERSION: 34 |
There was a problem hiding this comment.
34 doesn't have to be hardcoded here. var-transforms can be used to create a variable that can be used here.
| k0s-version-previous-2: | ||
| description: 'k0s previous (minor-2) version to expect in e2e tests' | ||
| required: true | ||
| k0s-version-previous-3: |
There was a problem hiding this comment.
let's not remove any currently supported versions
| fail-fast: false | ||
| matrix: | ||
| n: [0, 1, 2, 3] | ||
| n: [0, 1, 2] |
There was a problem hiding this comment.
let's keep all currently supported versions, 0 through 3. so restore everything that was removed needed for value "3"
| @@ -121,40 +122,18 @@ func (m *EmbeddedCluster) BuildLocalArtifactMirrorPackage( | |||
|
|
|||
| func (m *EmbeddedCluster) apkoTemplateLocalArtifactMirror( | |||
There was a problem hiding this comment.
apkoTemplateLocalArtifactMirror now the wrong name for this function and unused _ string parameter should be removed.
|
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer: Airgap Installer (may take a few minutes before the airgap bundle is built): Happy debugging! |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
New features:
Bug fixes:
Improvements:
Does this PR require documentation?